+ USE_DATABASE_REPLICATED=0 + USE_SHARED_CATALOG=0 ++ rg -v '#' /usr/share/zoneinfo/zone.tab ++ awk '{print $3}' ++ shuf ++ head -n1 + TZ=Australia/Lindeman Chosen random timezone Australia/Lindeman + echo 'Chosen random timezone Australia/Lindeman' + ln -snf /usr/share/zoneinfo/Australia/Lindeman /etc/localtime + echo Australia/Lindeman + dpkg -i package_folder/clickhouse-common-static_24.8.14.10063.altinitytest+ubsan_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 48426 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_24.8.14.10063.altinitytest+ubsan_amd64.deb ... Unpacking clickhouse-common-static (24.8.14.10063.altinitytest+ubsan) ... Setting up clickhouse-common-static (24.8.14.10063.altinitytest+ubsan) ... + dpkg -i package_folder/clickhouse-common-static-dbg_24.8.14.10063.altinitytest+ubsan_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 48453 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_24.8.14.10063.altinitytest+ubsan_amd64.deb ... Unpacking clickhouse-common-static-dbg (24.8.14.10063.altinitytest+ubsan) ... Setting up clickhouse-common-static-dbg (24.8.14.10063.altinitytest+ubsan) ... + dpkg -i package_folder/clickhouse-odbc-bridge_24.8.14.10063.altinitytest+ubsan_amd64.deb Selecting previously unselected package clickhouse-odbc-bridge. (Reading database ... 48460 files and directories currently installed.) Preparing to unpack .../clickhouse-odbc-bridge_24.8.14.10063.altinitytest+ubsan_amd64.deb ... Unpacking clickhouse-odbc-bridge (24.8.14.10063.altinitytest+ubsan) ... Setting up clickhouse-odbc-bridge (24.8.14.10063.altinitytest+ubsan) ... + dpkg -i package_folder/clickhouse-library-bridge_24.8.14.10063.altinitytest+ubsan_amd64.deb Selecting previously unselected package clickhouse-library-bridge. (Reading database ... 48466 files and directories currently installed.) Preparing to unpack .../clickhouse-library-bridge_24.8.14.10063.altinitytest+ubsan_amd64.deb ... Unpacking clickhouse-library-bridge (24.8.14.10063.altinitytest+ubsan) ... Setting up clickhouse-library-bridge (24.8.14.10063.altinitytest+ubsan) ... + dpkg -i package_folder/clickhouse-server_24.8.14.10063.altinitytest+ubsan_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 48472 files and directories currently installed.) Preparing to unpack .../clickhouse-server_24.8.14.10063.altinitytest+ubsan_amd64.deb ... Unpacking clickhouse-server (24.8.14.10063.altinitytest+ubsan) ... Setting up clickhouse-server (24.8.14.10063.altinitytest+ubsan) ... ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse. Creating symlink /usr/bin/ch to /usr/bin/clickhouse. Creating symlink /usr/bin/chl to /usr/bin/clickhouse. Creating symlink /usr/bin/chc to /usr/bin/clickhouse. Creating clickhouse group if it does not exist. groupadd -r clickhouse Creating clickhouse user if it does not exist. useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. Log directory /var/log/clickhouse-server/ already exists. Creating data directory /var/lib/clickhouse/. Creating pid directory /var/run/clickhouse-server. chown -R clickhouse:clickhouse '/var/log/clickhouse-server/' chown -R clickhouse:clickhouse '/var/run/clickhouse-server' chown clickhouse:clickhouse '/var/lib/clickhouse/' groupadd -r clickhouse-bridge useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge' chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge' Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. Setting capabilities for clickhouse binary. This is optional. chown -R clickhouse:clickhouse '/etc/clickhouse-server' ClickHouse has been successfully installed. Start clickhouse-server with: sudo clickhouse start Start clickhouse-client with: clickhouse-client + dpkg -i package_folder/clickhouse-client_24.8.14.10063.altinitytest+ubsan_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 48489 files and directories currently installed.) Preparing to unpack .../clickhouse-client_24.8.14.10063.altinitytest+ubsan_amd64.deb ... Unpacking clickhouse-client (24.8.14.10063.altinitytest+ubsan) ... Setting up clickhouse-client (24.8.14.10063.altinitytest+ubsan) ... + echo '' + [[ -z '' ]] + ch --query 'SELECT 1' 1 + chl --query 'SELECT 1' 1 + chc --version ClickHouse client version 24.8.14.10063.altinitytest (altinity build). + ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test + source /attach_gdb.lib ++ source /utils.lib +++ sysctl kernel.core_pattern=core.%e.%p-%P kernel.core_pattern = core.%e.%p-%P +++ sysctl fs.suid_dumpable=1 fs.suid_dumpable = 1 + source /utils.lib ++ sysctl kernel.core_pattern=core.%e.%p-%P kernel.core_pattern = core.%e.%p-%P ++ sysctl fs.suid_dumpable=1 fs.suid_dumpable = 1 + /usr/share/clickhouse-test/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /usr/share/clickhouse-test/config/install.sh ++ cd /usr/share/clickhouse-test/config ++ pwd -P + SRC_PATH=/usr/share/clickhouse-test/config + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' + mkdir -p /etc/clickhouse-server/config.d/ Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_catalog_drop_table_concurrency.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/grpc_protocol.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/serverwide_trace_collector.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/rocksdb.xml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml + value=1 + sed --follow-symlinks -i 's|[01]|1|' /etc/clickhouse-server/config.d/keeper_port.xml + value=26257408 + sed --follow-symlinks -i 's|[[:digit:]]\+|26257408|' /etc/clickhouse-server/config.d/keeper_port.xml + value=38842368 + sed --follow-symlinks -i 's|[[:digit:]]\+|38842368|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n '' ]] + [[ '' == \1 ]] + [[ '' == \1 ]] + [[ -n 1 ]] + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ -n 0 ]] + [[ 0 -eq 1 ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + [[ -n 0 ]] + [[ 0 -eq 1 ]] + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version minio version RELEASE.2024-08-03T04-33-23Z (commit-id=6efb56851c40da88d1ca15112e2d686a4ecec6b3) Runtime: go1.22.5 linux/amd64 License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html Copyright: 2015-2024 MinIO, Inc. + wait_for_it + local counter=0 + local max_counter=60 + local url=http://localhost:11111 + params=('--silent' '--verbose') + local params + ./minio server --address :11111 ./minio_data + grep AccessDenied + curl --silent --verbose http://localhost:11111 trying to connect to minio + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 Azurite Blob service is starting on 0.0.0.0:10000 Azurite Blob service successfully listens on http://0.0.0.0:10000 INFO: Formatting 1st pool, 1 set(s), 1 drives per set. INFO: WARNING: Host local has more than 0 drives of set. A host failure will result in data becoming unavailable. MinIO Object Storage Server Copyright: 2015-2025 MinIO, Inc. License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html Version: RELEASE.2024-08-03T04-33-23Z (go1.22.5 linux/amd64) API: http://172.17.0.2:11111 http://127.0.0.1:11111 WebUI: http://172.17.0.2:42345 http://127.0.0.1:42345 Docs: https://min.io/docs/minio/linux/index.html + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./184A13F3AA626C347dc7eb22d3288ec80374614e9088e31d3668a6922ead55932dd2a8e56373820f + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 283 root 9u IPv4 35785 0t0 TCP localhost:11111 (LISTEN) minio 283 root 10u IPv6 35786 0t0 TCP *:11111 (LISTEN) minio 283 root 11u IPv6 35787 0t0 TCP localhost:11111 (LISTEN) + sleep 5 + setup_minio stateless + local test_type=stateless + ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse Added `clickminio` successfully. + ./mc admin user add clickminio test testtest Added user `test` successfully. + ./mc admin policy attach clickminio readwrite --user=test Attached Policies: [readwrite] To User: test + ./mc mb --ignore-existing clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc anonymous set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /usr/share/clickhouse-test + local query_dir=0_stateless + local test_path=/usr/share/clickhouse-test + local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio + '[' -d /usr/share/clickhouse-test/queries/0_stateless/data_minio ']' + ./mc cp --recursive /usr/share/clickhouse-test/queries/0_stateless/data_minio/ clickminio/test/ `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive1.tar` -> `clickminio/test/03036_archive1.tar` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive1.zip` -> `clickminio/test/03036_archive1.zip` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive2.tar` -> `clickminio/test/03036_archive2.tar` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive2.zip` -> `clickminio/test/03036_archive2.zip` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive3.tar.gz` -> `clickminio/test/03036_archive3.tar.gz` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_compressed_file_archive.zip` -> `clickminio/test/03036_compressed_file_archive.zip` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_json_archive.zip` -> `clickminio/test/03036_json_archive.zip` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/column0=Elizabeth/column1=Gordon/sample.parquet` -> `clickminio/test/hive_partitioning/column0=Elizabeth/column1=Gordon/sample.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/column0=Elizabeth/column1=Schmidt/sample.parquet` -> `clickminio/test/hive_partitioning/column0=Elizabeth/column1=Schmidt/sample.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/column0=Elizabeth/sample.parquet` -> `clickminio/test/hive_partitioning/column0=Elizabeth/sample.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/non_existing_column=Elizabeth/sample.parquet` -> `clickminio/test/hive_partitioning/non_existing_column=Elizabeth/sample.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/json_data` -> `clickminio/test/json_data` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 5.42 MiB, Transferred: 5.42 MiB, Speed: 178.46 MiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + ./setup_hdfs_minicluster.sh + ls -lha total 125M drwxr-xr-x 1 root root 4.0K Jun 18 17:55 . drwxr-xr-x 1 root root 4.0K Jun 18 17:55 .. -rw-rw-r-- 1 1000 1000 119 Jun 18 15:57 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 2.4K Feb 1 01:43 attach_gdb.lib -rw-r--r-- 1 root root 1.3K Jun 18 17:55 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 3.9K Jun 18 17:55 __azurite_db_blob__.json -rw-r--r-- 1 root root 1.4K Jun 18 17:55 azurite_log lrwxrwxrwx 1 root root 7 Sep 12 2024 bin -> usr/bin drwxr-xr-x 2 root root 4.0K Jun 18 17:55 __blobstorage__ drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 292 Jun 18 15:57 broken_tests.json drwxr-xr-x 14 root root 3.8K Jun 18 17:55 dev -rwxr-xr-x 1 root root 0 Jun 18 17:55 .dockerenv drwxr-xr-x 1 root root 4.0K Jun 18 17:55 etc drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1 drwxr-xr-x 2 root root 4.0K Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 12 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 12 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 12 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 12 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 26M Feb 1 02:05 mc drwxr-xr-x 2 root root 4.0K Sep 12 2024 media -rwxr-xr-x 1 root root 99M Feb 1 02:03 minio drwxr-xr-x 4 root root 4.0K Jun 18 17:55 minio_data drwxr-xr-x 2 root root 4.0K Sep 12 2024 mnt drwxr-xr-x 1 root root 4.0K Feb 1 01:44 opt -rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4.0K Jun 18 17:55 package_folder dr-xr-xr-x 309 root root 0 Jun 18 17:55 proc -rwxrwxr-x 1 root root 9.5K Feb 1 01:43 process_functional_tests_result.py -rw-rw-r-- 1 root root 837 Feb 1 01:43 requirements.txt drwx------ 1 root root 4.0K Jun 18 17:55 root drwxr-xr-x 1 root root 4.0K Jun 18 17:55 run -rwxrwxr-x 1 root root 22K Feb 1 01:43 run.sh lrwxrwxrwx 1 root root 8 Sep 12 2024 sbin -> usr/sbin -rwxrwxr-x 1 root root 11K Feb 1 01:43 setup_export_logs.sh -rwxrwxr-x 1 root root 360 Feb 1 01:43 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3.4K Feb 1 01:43 setup_minio.sh drwxr-xr-x 2 root root 4.0K Sep 12 2024 srv -rw-rw-r-- 1 root root 14K Feb 1 01:43 stress_tests.lib dr-xr-xr-x 13 root root 0 Jun 18 17:55 sys drwxrwxr-x 2 1000 1000 4.0K Jun 18 17:55 test_output drwxrwxrwt 1 root root 4.0K Feb 1 02:03 tmp drwxr-xr-x 1 root root 4.0K Sep 12 2024 usr -rw-rw-r-- 1 root root 897 Feb 1 01:43 utils.lib drwxr-xr-x 1 root root 4.0K Sep 12 2024 var + cd hadoop-3.3.1 + export JAVA_HOME=/usr + JAVA_HOME=/usr + mkdir -p target/test/data + chown clickhouse ./target/test/data + nc -z localhost 12222 + sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + lsof -i :12222 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 413 clickhouse 322u IPv4 46306 0t0 TCP localhost:12222 (LISTEN) + sleep 5 + config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml + set +x File /tmp/export-logs-config.sh does not exist, do not setup + [[ -n '' ]] + export IS_FLAKY_CHECK=0 + IS_FLAKY_CHECK=0 + '[' 1 -gt 1 ']' + sudo -E -u clickhouse /usr/bin/clickhouse-server --config /etc/clickhouse-server/config.xml --daemon --pid-file /var/run/clickhouse-server/clickhouse-server.pid + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 127.0.0.1 - - [18/Jun/2025:07:55:56 +0000] "GET /devstoreaccount1/cont?restype=container HTTP/1.1" 404 - 127.0.0.1 - - [18/Jun/2025:07:55:56 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [18/Jun/2025:07:55:56 +0000] "PUT /devstoreaccount1/cont/pmnelzrldsibdzgibfeeldhyhvzzozjw HTTP/1.1" 201 - 127.0.0.1 - - [18/Jun/2025:07:55:56 +0000] "GET /devstoreaccount1/cont/pmnelzrldsibdzgibfeeldhyhvzzozjw HTTP/1.1" 206 4 127.0.0.1 - - [18/Jun/2025:07:55:56 +0000] "GET /devstoreaccount1/cont/pmnelzrldsibdzgibfeeldhyhvzzozjw HTTP/1.1" 206 2 127.0.0.1 - - [18/Jun/2025:07:55:56 +0000] "DELETE /devstoreaccount1/cont/pmnelzrldsibdzgibfeeldhyhvzzozjw HTTP/1.1" 202 - + for _ in {1..100} + clickhouse-client --query 'SELECT 1' 1 + break + setup_logs_replication + set +x File /tmp/export-logs-config.sh does not exist, do not setup + attach_gdb_to_clickhouse ++ run_with_retry 5 clickhouse-client --query 'SELECT count() FROM system.build_options WHERE name = '\''CXX_FLAGS'\'' AND position('\''sanitize=address'\'' IN value)' ++ [[ ahxB =~ e ]] ++ set_e=false ++ set +e ++ local total_retries=5 ++ shift ++ local retry=0 ++ '[' 0 -ge 5 ']' ++ clickhouse-client --query 'SELECT count() FROM system.build_options WHERE name = '\''CXX_FLAGS'\'' AND position('\''sanitize=address'\'' IN value)' ++ false ++ return + IS_ASAN=0 + [[ 0 = \1 ]] ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full info registers p top' 1 KiB of the 'stack: p/x *(uint64_t[128]*)$sp maintenance info sections thread apply all backtrace full disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 598 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + true + set -e + return + clickhouse-client --query 'CREATE TABLE minio_audit_logs ( log String, event_time DateTime64(9) MATERIALIZED parseDateTime64BestEffortOrZero(trim(BOTH '\''"'\'' FROM JSONExtractRaw(log, '\''time'\'')), 9, '\''UTC'\'') ) ENGINE = MergeTree ORDER BY tuple()' + clickhouse-client --query 'CREATE TABLE minio_server_logs ( log String, event_time DateTime64(9) MATERIALIZED parseDateTime64BestEffortOrZero(trim(BOTH '\''"'\'' FROM JSONExtractRaw(log, '\''time'\'')), 9, '\''UTC'\'') ) ENGINE = MergeTree ORDER BY tuple()' + ./mc admin config set clickminio logger_webhook:ch_server_webhook 'endpoint=http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_server_logs%20FORMAT%20LineAsString' queue_size=1000000 batch_size=500 Successfully applied new settings. + ./mc admin config set clickminio audit_webhook:ch_audit_webhook 'endpoint=http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString' queue_size=1000000 batch_size=500 Successfully applied new settings. + max_retries=100 + retry=1 + '[' 1 -le 100 ']' + echo 'clickminio restart attempt 1:' clickminio restart attempt 1: ++ ./mc admin service restart clickminio --wait --json ++ jq -r .status INFO: Restarting on service signal MinIO Object Storage Server Copyright: 2015-2025 MinIO, Inc. License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html Version: RELEASE.2024-08-03T04-33-23Z (go1.22.5 linux/amd64) API: http://172.17.0.2:11111 http://127.0.0.1:11111 WebUI: http://172.17.0.2:36961 http://127.0.0.1:36961 Docs: https://min.io/docs/minio/linux/index.html Output of restart status: success success Restarted clickminio successfully. + output='success success' + echo 'Output of restart status: success success' + expected_output='success success' + '[' 'success success' = 'success success' ']' + echo 'Restarted clickminio successfully.' + break + '[' 1 -gt 100 ']' + MC_ADMIN_PID=1469 + ./mc admin trace clickminio + export -f run_tests + '[' 1 -gt 1 ']' + run_tests + set -x + read -ra ADDITIONAL_OPTIONS + HIGH_LEVEL_COVERAGE=YES + '[' 1 -gt 1 ']' + [[ -n '' ]] + [[ -n '' ]] + [[ 0 -eq 1 ]] + [[ '' -eq 1 ]] + [[ 0 -eq 1 ]] ++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\''' + [[ 1 == 0 ]] + ADDITIONAL_OPTIONS+=('--jobs') + ADDITIONAL_OPTIONS+=('8') + [[ -n 0 ]] + [[ -n 2 ]] + ADDITIONAL_OPTIONS+=('--run-by-hash-num') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM") + ADDITIONAL_OPTIONS+=('--run-by-hash-total') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL") + HIGH_LEVEL_COVERAGE=NO + [[ -n '' ]] + [[ NO = \Y\E\S ]] + ADDITIONAL_OPTIONS+=('--report-logs-stats') + try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + local total_retries=10 + shift + fn_exists run_with_retry + declare -F run_with_retry + run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=10 + shift + local retry=0 + '[' 0 -ge 10 ']' + clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + true + set -e + return + set +e + TEST_ARGS=(--testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs "$NUM_TRIES" "${ADDITIONAL_OPTIONS[@]}") + clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 2 --report-logs-stats + ts '%Y-%m-%d %H:%M:%S' + tee -a test_output/test_result.txt 2025-06-18 17:56:06 Using queries from '/usr/share/clickhouse-test/queries' directory 2025-06-18 17:56:06 Connecting to ClickHouse server... OK 2025-06-18 17:56:06 Connected to server 24.8.14.10063.altinitytest @ 24f827ee7dd261554ab6028af35dcf9b8318ca50 HEAD 2025-06-18 17:56:07 Found 3250 parallel tests and 281 sequential tests 2025-06-18 17:56:07 Running about 406 stateless tests (Process-6). 2025-06-18 17:56:07 03261_test_merge_parquet_bloom_filter_minmax_stats: [ SKIPPED ] 0.00 sec. 2025-06-18 17:56:07 Reason: not running for current build 2025-06-18 17:56:07 Running about 406 stateless tests (Process-4). 2025-06-18 17:56:07 02503_in_lc_const_args_bug: [ OK ] 0.27 sec. 2025-06-18 17:56:07 Running about 406 stateless tests (Process-3). 2025-06-18 17:56:07 02887_tuple_element_distributed: [ OK ] 0.32 sec. 2025-06-18 17:56:07 Running about 406 stateless tests (Process-5). 2025-06-18 17:56:07 00752_low_cardinality_lambda_argument: [ OK ] 0.32 sec. 2025-06-18 17:56:07 Running about 406 stateless tests (Process-8). 2025-06-18 17:56:07 01736_null_as_default: [ OK ] 0.32 sec. 2025-06-18 17:56:07 Running about 406 stateless tests (Process-7). 2025-06-18 17:56:07 01685_json_extract_double_as_float: [ OK ] 0.32 sec. 2025-06-18 17:56:07 02477_age: [ OK ] 0.47 sec. 2025-06-18 17:56:07 00426_nulls_sorting: [ OK ] 0.27 sec. 2025-06-18 17:56:07 02676_trailing_commas: [ OK ] 0.27 sec. 2025-06-18 17:56:07 01123_parse_date_time_best_effort_even_more: [ OK ] 0.27 sec. 2025-06-18 17:56:07 00432_aggregate_function_scalars_and_constants: [ OK ] 0.37 sec. 2025-06-18 17:56:07 02479_nullable_primary_key_non_first_column: [ OK ] 0.27 sec. 2025-06-18 17:56:07 01018_Distributed__shard_num: [ OK ] 0.47 sec. 2025-06-18 17:56:07 02424_pod_array_overflow: [ OK ] 0.22 sec. 2025-06-18 17:56:08 02508_index_analysis_to_date_timezone: [ OK ] 0.27 sec. 2025-06-18 17:56:08 02053_INSERT_SELECT_MATERIALIZED: [ OK ] 0.22 sec. 2025-06-18 17:56:08 00604_show_create_database: [ OK ] 0.22 sec. 2025-06-18 17:56:08 02565_update_empty_nested: [ OK ] 0.32 sec. 2025-06-18 17:56:08 01532_primary_key_without_order_by_zookeeper: [ OK ] 0.47 sec. 2025-06-18 17:56:08 02494_optimize_group_by_function_keys_and_alias_columns: [ OK ] 0.32 sec. 2025-06-18 17:56:08 03208_array_of_json_read_subcolumns_2_compact_merge_tree: [ SKIPPED ] 0.00 sec. 2025-06-18 17:56:08 Reason: not running for current build 2025-06-18 17:56:08 02461_prewhere_row_level_policy_lightweight_delete: [ OK ] 0.87 sec. 2025-06-18 17:56:08 03049_unknown_identifier_materialized_column: [ OK ] 0.27 sec. 2025-06-18 17:56:08 02458_empty_hdfs_url: [ OK ] 0.22 sec. 2025-06-18 17:56:09 01186_conversion_to_nullable: [ OK ] 0.27 sec. 2025-06-18 17:56:09 03046_column_in_block_array_join: [ OK ] 0.27 sec. 2025-06-18 17:56:09 02354_read_in_order_prewhere: [ OK ] 0.82 sec. 2025-06-18 17:56:09 02960_alter_table_part_query_parameter: [ OK ] 0.32 sec. 2025-06-18 17:56:09 Running about 406 stateless tests (Process-9). 2025-06-18 17:56:09 02918_multif_for_nullable: [ OK ] 2.32 sec. 2025-06-18 17:56:09 01786_group_by_pk_many_streams: [ OK ] 0.42 sec. 2025-06-18 17:56:09 02231_hierarchical_dictionaries_constant: [ OK ] 0.32 sec. 2025-06-18 17:56:09 01926_bin_unbin: [ OK ] 0.32 sec. 2025-06-18 17:56:10 Running about 406 stateless tests (Process-10). 2025-06-18 17:56:10 02122_parallel_formatting_CustomSeparated: [ OK ] 2.83 sec. 2025-06-18 17:56:10 00834_not_between: [ OK ] 0.27 sec. 2025-06-18 17:56:10 00652_replicated_mutations_default_database_zookeeper: [ OK ] 2.27 sec. 2025-06-18 17:56:10 01519_topK_distributed_parametrized: [ OK ] 0.32 sec. 2025-06-18 17:56:10 01747_alter_partition_key_enum_zookeeper_long: [ OK ] 0.37 sec. 2025-06-18 17:56:10 02941_projections_external_aggregation: [ OK ] 0.57 sec. 2025-06-18 17:56:10 02366_kql_distinct: [ OK ] 0.27 sec. 2025-06-18 17:56:10 01284_port: [ OK ] 0.52 sec. 2025-06-18 17:56:11 03071_analyzer_array_join_forbid_non_existing_columns: [ OK ] 0.22 sec. 2025-06-18 17:56:11 02022_storage_filelog_one_file: [ OK ] 3.07 sec. 2025-06-18 17:56:11 00980_crash_nullable_decimal: [ OK ] 0.27 sec. 2025-06-18 17:56:11 01771_datetime64_no_time_part: [ OK ] 0.22 sec. 2025-06-18 17:56:11 00997_trim: [ OK ] 0.47 sec. 2025-06-18 17:56:11 00223_shard_distributed_aggregation_memory_efficient: [ OK ] 1.97 sec. 2025-06-18 17:56:11 02864_restore_table_with_broken_part: [ OK ] 2.58 sec. 2025-06-18 17:56:12 03003_prql_panic: [ OK ] 1.42 sec. 2025-06-18 17:56:12 02024_compile_expressions_with_short_circuit_evaluation: [ OK ] 0.27 sec. 2025-06-18 17:56:12 03169_time_virtual_column: [ OK ] 2.52 sec. 2025-06-18 17:56:12 00084_summing_merge_tree: [ OK ] 0.32 sec. 2025-06-18 17:56:12 01097_cyclic_defaults: [ OK ] 0.42 sec. 2025-06-18 17:56:12 00975_sample_prewhere_distributed: [ OK ] 0.32 sec. 2025-06-18 17:56:12 02112_delayed_clickhouse_local: [ OK ] 1.57 sec. 2025-06-18 17:56:12 01455_nullable_type_with_if_agg_combinator: [ OK ] 0.27 sec. 2025-06-18 17:56:12 03150_dynamic_type_mv_insert: [ OK ] 0.38 sec. 2025-06-18 17:56:12 00673_subquery_prepared_set_performance: [ OK ] 0.37 sec. 2025-06-18 17:56:12 01547_query_log_current_database: [ OK ] 0.82 sec. 2025-06-18 17:56:12 00725_join_on_bug_2: [ OK ] 0.27 sec. 2025-06-18 17:56:13 00483_reading_from_array_structure: [ OK ] 0.27 sec. 2025-06-18 17:56:13 00251_has_types: [ OK ] 0.27 sec. 2025-06-18 17:56:13 02897_alter_partition_parameters: [ OK ] 0.52 sec. 2025-06-18 17:56:13 02455_default_union_except_intersect: [ OK ] 1.67 sec. 2025-06-18 17:56:13 02711_trim_aliases: [ OK ] 0.22 sec. 2025-06-18 17:56:13 00967_insert_into_distributed_different_types: [ OK ] 0.27 sec. 2025-06-18 17:56:13 00968_roundAge: [ OK ] 0.27 sec. 2025-06-18 17:56:13 02017_bit_shift_left_for_string_integer: [ OK ] 0.52 sec. 2025-06-18 17:56:13 03095_join_filter_push_down_right_stream_filled: [ OK ] 0.27 sec. 2025-06-18 17:56:13 03200_memory_engine_alter_dynamic: [ OK ] 0.22 sec. 2025-06-18 17:56:13 03036_dynamic_read_shared_subcolumns_memory: [ SKIPPED ] 0.00 sec. 2025-06-18 17:56:13 Reason: not running for current build 2025-06-18 17:56:13 02364_dictionary_datetime_64_attribute_crash: [ OK ] 0.27 sec. 2025-06-18 17:56:13 02810_fix_remove_dedundant_distinct_view: [ OK ] 0.27 sec. 2025-06-18 17:56:13 01802_toDateTime64_large_values: [ OK ] 0.27 sec. 2025-06-18 17:56:13 01457_int256_hashing: [ OK ] 0.32 sec. 2025-06-18 17:56:13 02493_max_streams_for_merge_tree_reading: [ OK ] 1.87 sec. 2025-06-18 17:56:13 02006_client_test_hint_error_name: [ OK ] 0.22 sec. 2025-06-18 17:56:14 02733_sparse_columns_reload: [ OK ] 0.27 sec. 2025-06-18 17:56:14 01940_custom_tld_sharding_key: [ OK ] 0.27 sec. 2025-06-18 17:56:14 00715_bounding_ratio_merge_empty: [ OK ] 0.27 sec. 2025-06-18 17:56:14 01562_agg_null_for_empty_ahead: [ OK ] 0.27 sec. 2025-06-18 17:56:14 02481_low_cardinality_with_short_circuit_functins: [ OK ] 0.27 sec. 2025-06-18 17:56:14 02306_window_move_row_number_fix: [ OK ] 0.22 sec. 2025-06-18 17:56:14 00405_output_format_pretty_color: [ OK ] 0.32 sec. 2025-06-18 17:56:14 02354_tuple_element_with_default: [ OK ] 0.27 sec. 2025-06-18 17:56:14 00760_insert_json_with_defaults: [ OK ] 0.37 sec. 2025-06-18 17:56:14 01710_projection_with_nullable_keys: [ OK ] 0.22 sec. 2025-06-18 17:56:14 02809_prewhere_and_in: [ OK ] 0.37 sec. 2025-06-18 17:56:14 01450_set_null_const: [ OK ] 0.22 sec. 2025-06-18 17:56:14 02285_hex_bin_support_more_types: [ OK ] 0.27 sec. 2025-06-18 17:56:15 01071_window_view_event_tumble_asc_join: [ OK ] 2.87 sec. 2025-06-18 17:56:15 01492_format_readable_quantity: [ OK ] 0.22 sec. 2025-06-18 17:56:15 02475_analysis_of_variance: [ OK ] 0.37 sec. 2025-06-18 17:56:15 02720_row_policy_column_with_dots: [ OK ] 0.27 sec. 2025-06-18 17:56:15 03149_variant_pop_back_typo: [ OK ] 0.22 sec. 2025-06-18 17:56:15 00665_alter_nullable_string_to_nullable_uint8: [ OK ] 0.27 sec. 2025-06-18 17:56:15 01626_cnf_test: [ OK ] 0.27 sec. 2025-06-18 17:56:16 00999_nullable_nested_types_4877: [ OK ] 0.32 sec. 2025-06-18 17:56:16 01607_arrays_as_nested_csv: [ OK ] 2.22 sec. 2025-06-18 17:56:16 02841_parallel_replicas_summary: [ OK ] 2.17 sec. 2025-06-18 17:56:16 00460_vertical_and_totals_extremes: [ OK ] 0.27 sec. 2025-06-18 17:56:16 03224_json_merges_new_type_in_shared_data: [ OK ] 0.32 sec. 2025-06-18 17:56:16 01421_assert_in_in: [ OK ] 0.27 sec. 2025-06-18 17:56:16 00616_final_single_part: [ OK ] 0.27 sec. 2025-06-18 17:56:16 00953_indices_alter_exceptions: [ OK ] 2.27 sec. 2025-06-18 17:56:16 02516_projections_with_rollup: [ OK ] 1.97 sec. 2025-06-18 17:56:16 02021_prewhere_column_optimization: [ OK ] 0.27 sec. 2025-06-18 17:56:16 02021_h3_is_res_classIII: [ OK ] 0.27 sec. 2025-06-18 17:56:16 03034_recursive_cte_tree: [ OK ] 0.27 sec. 2025-06-18 17:56:16 02963_single_value_destructor: [ OK ] 0.37 sec. 2025-06-18 17:56:17 02692_multiple_joins_unicode: [ OK ] 0.27 sec. 2025-06-18 17:56:17 02669_alter_modify_to_nullable: [ OK ] 0.42 sec. 2025-06-18 17:56:17 01630_simple_aggregate_function_in_summing_merge_tree: [ OK ] 0.32 sec. 2025-06-18 17:56:17 02302_projections_GROUP_BY_ORDERY_BY_optimize_aggregation_in_order: [ OK ] 0.27 sec. 2025-06-18 17:56:17 01880_remote_ipv6: [ OK ] 0.37 sec. 2025-06-18 17:56:18 00072_in_types: [ OK ] 0.22 sec. 2025-06-18 17:56:18 00612_http_max_query_size_for_distributed: [ OK ] 0.27 sec. 2025-06-18 17:56:18 02993_lazy_index_loading: [ OK ] 1.17 sec. 2025-06-18 17:56:18 02894_ast_depth_check: [ OK ] 1.67 sec. 2025-06-18 17:56:18 00507_array_no_params: [ OK ] 1.97 sec. 2025-06-18 17:56:18 02559_multiple_read_steps_in_prewhere_missing_columns_2: [ OK ] 0.27 sec. 2025-06-18 17:56:19 00520_tuple_values_interpreter: [ OK ] 0.27 sec. 2025-06-18 17:56:19 00909_ngram_distance: [ OK ] 0.67 sec. 2025-06-18 17:56:19 01866_datetime64_cmp_with_constant: [ OK ] 0.32 sec. 2025-06-18 17:56:19 02184_ipv6_select_parsing: [ OK ] 0.22 sec. 2025-06-18 17:56:19 01499_log_deadlock: [ OK ] 0.27 sec. 2025-06-18 17:56:19 00853_join_with_nulls_crash: [ OK ] 0.32 sec. 2025-06-18 17:56:19 03199_queries_with_new_analyzer: [ OK ] 0.27 sec. 2025-06-18 17:56:19 02254_projection_broken_part: [ OK ] 4.43 sec. 2025-06-18 17:56:19 01230_join_get_truncate: [ OK ] 0.27 sec. 2025-06-18 17:56:19 00688_low_cardinality_alter_add_column: [ OK ] 0.22 sec. 2025-06-18 17:56:19 02475_join_bug_42832: [ OK ] 0.27 sec. 2025-06-18 17:56:20 02398_subquery_where_pushdown_and_limit_offset: [ OK ] 0.27 sec. 2025-06-18 17:56:20 02243_ipv6_long_parsing: [ OK ] 0.27 sec. 2025-06-18 17:56:20 01284_escape_sequences_php_mysql_style: [ OK ] 0.27 sec. 2025-06-18 17:56:20 00321_pk_set: [ OK ] 0.27 sec. 2025-06-18 17:56:20 02237_lzma_bug: [ OK ] 3.48 sec. 2025-06-18 17:56:20 00820_multiple_joins_subquery_requires_alias: [ OK ] 0.37 sec. 2025-06-18 17:56:20 03207_json_read_subcolumns_2_memory: [ SKIPPED ] 0.00 sec. 2025-06-18 17:56:20 Reason: not running for current build 2025-06-18 17:56:20 01125_generate_random_qoega: [ OK ] 0.42 sec. 2025-06-18 17:56:20 01319_query_formatting_in_server_log: [ OK ] 0.27 sec. 2025-06-18 17:56:20 02572_query_views_log_background_thread: [ OK ] 12.55 sec. 2025-06-18 17:56:21 02267_jsonlines_ndjson_format: [ OK ] 0.27 sec. 2025-06-18 17:56:21 00621_regression_for_in_operator: [ OK ] 0.32 sec. 2025-06-18 17:56:21 01049_zookeeper_synchronous_mutations_long: [ OK ] 0.52 sec. 2025-06-18 17:56:21 02383_arrow_dict_special_cases: [ OK ] 3.33 sec. 2025-06-18 17:56:21 02911_cte_invalid_query_analysis: [ OK ] 0.32 sec. 2025-06-18 17:56:21 01825_new_type_json_18: [ OK ] 0.27 sec. 2025-06-18 17:56:22 02560_vertical_merge_memory_usage: [ OK ] 1.17 sec. 2025-06-18 17:56:22 02380_insert_mv_race: [ OK ] 2.62 sec. 2025-06-18 17:56:22 02553_new_type_json_attach_partition: [ OK ] 0.27 sec. 2025-06-18 17:56:22 00700_decimal_complex_types: [ OK ] 1.27 sec. 2025-06-18 17:56:22 01913_fix_column_transformer_replace_format: [ OK ] 0.27 sec. 2025-06-18 17:56:23 02790_fix_coredump_when_compile_expression: [ OK ] 0.27 sec. 2025-06-18 17:56:23 02932_parallel_replicas_fuzzer: [ OK ] 0.27 sec. 2025-06-18 17:56:23 01710_normal_projection_join_plan_fix: [ OK ] 0.32 sec. 2025-06-18 17:56:23 02793_implicit_pretty_format_settings: [ OK ] 1.52 sec. 2025-06-18 17:56:23 02562_with_fill_nullable: [ OK ] 0.27 sec. 2025-06-18 17:56:24 01825_new_type_json_12: [ OK ] 3.43 sec. 2025-06-18 17:56:24 00700_decimal_math: [ OK ] 0.32 sec. 2025-06-18 17:56:24 01683_dist_INSERT_block_structure_mismatch: [ OK ] 0.27 sec. 2025-06-18 17:56:24 01014_count_of_merges_metrics: [ OK ] 0.27 sec. 2025-06-18 17:56:24 02859_replicated_db_name_zookeeper: [ OK ] 2.72 sec. 2025-06-18 17:56:24 00161_rounding_functions: [ OK ] 0.47 sec. 2025-06-18 17:56:24 01475_fix_bigint_shift: [ OK ] 0.22 sec. 2025-06-18 17:56:25 03001_backup_matview_after_modify_query: [ OK ] 3.23 sec. 2025-06-18 17:56:25 02247_read_bools_as_numbers_json: [ OK ] 5.43 sec. 2025-06-18 17:56:25 02932_punycode: [ OK ] 0.72 sec. 2025-06-18 17:56:25 00668_compare_arrays_silviucpp: [ OK ] 0.27 sec. 2025-06-18 17:56:25 00234_disjunctive_equality_chains_optimization: [ OK ] 0.27 sec. 2025-06-18 17:56:25 00620_optimize_on_nonleader_replica_zookeeper: [ OK ] 0.42 sec. 2025-06-18 17:56:25 02995_preliminary_filters_duplicated_columns: [ OK ] 0.27 sec. 2025-06-18 17:56:26 03156_group_concat: [ OK ] 0.52 sec. 2025-06-18 17:56:26 02922_respect_nulls_extensive: [ OK ] 0.42 sec. 2025-06-18 17:56:26 00192_least_greatest: [ OK ] 0.27 sec. 2025-06-18 17:56:26 01118_is_constant: [ OK ] 0.27 sec. 2025-06-18 17:56:27 00908_long_http_insert: [ OK ] 2.27 sec. 2025-06-18 17:56:27 02316_const_string_intersact: [ OK ] 0.22 sec. 2025-06-18 17:56:27 00938_dataset_test: [ OK ] 0.28 sec. 2025-06-18 17:56:27 02801_backup_native_copy: [ OK ] 3.99 sec. 2025-06-18 17:56:27 00268_aliases_without_as_keyword: [ OK ] 0.22 sec. 2025-06-18 17:56:28 02052_last_granula_adjust_logical_error: [ OK ] 0.52 sec. 2025-06-18 17:56:28 01379_with_fill_several_columns: [ OK ] 0.22 sec. 2025-06-18 17:56:28 03158_dynamic_type_from_variant: [ OK ] 0.22 sec. 2025-06-18 17:56:29 02160_special_functions: [ OK ] 0.32 sec. 2025-06-18 17:56:29 02267_empty_arrays_read_reverse: [ OK ] 0.72 sec. 2025-06-18 17:56:30 02451_variadic_null_garbage_data: [ OK ] 0.32 sec. 2025-06-18 17:56:30 02842_filesystem_cache_validate_path: [ OK ] 0.27 sec. 2025-06-18 17:56:31 02496_remove_redundant_sorting: [ OK ] 8.99 sec. 2025-06-18 17:56:32 00926_adaptive_index_granularity_merge_tree: [ OK ] 0.92 sec. 2025-06-18 17:56:32 02988_join_using_prewhere_pushdown: [ OK ] 0.27 sec. 2025-06-18 17:56:33 01799_long_uniq_theta_sketch: [ OK ] 8.19 sec. 2025-06-18 17:56:34 02293_ttest_large_samples: [ OK ] 6.23 sec. 2025-06-18 17:56:34 01680_predicate_pushdown_union_distinct_subquery: [ OK ] 0.22 sec. 2025-06-18 17:56:34 01508_explain_header: [ OK ] 0.22 sec. 2025-06-18 17:56:34 00712_prewhere_with_alias: [ OK ] 0.32 sec. 2025-06-18 17:56:35 02150_index_hypothesis_race_long: [ OK ] 10.44 sec. 2025-06-18 17:56:35 01059_storage_file_compression: [ OK ] 19.62 sec. 2025-06-18 17:56:35 02481_i43247_ubsan_in_minmaxany: [ OK ] 0.27 sec. 2025-06-18 17:56:35 01307_orc_output_format: [ OK ] 2.57 sec. 2025-06-18 17:56:35 02179_bool_type: [ OK ] 0.37 sec. 2025-06-18 17:56:35 01440_big_int_exotic_casts: [ OK ] 0.42 sec. 2025-06-18 17:56:35 02481_xxh3_hash_function: [ OK ] 0.22 sec. 2025-06-18 17:56:35 01010_pm_join_all_join_bug: [ OK ] 0.27 sec. 2025-06-18 17:56:36 00534_functions_bad_arguments11: [ OK ] 5.73 sec. 2025-06-18 17:56:36 03167_empty_tuple_concat: [ OK ] 0.27 sec. 2025-06-18 17:56:36 02842_largestTriangleThreeBuckets_aggregate_function: [ OK ] 0.32 sec. 2025-06-18 17:56:36 03206_no_exceptions_clickhouse_local: [ FAIL ] 1.37 sec. 2025-06-18 17:56:36 Reason: return code: 134, result: 2025-06-18 17:56:36 2025-06-18 17:56:36 2025-06-18 17:56:36 2025-06-18 17:56:36 stdout: 2025-06-18 17:56:36 2025-06-18 17:56:36 2025-06-18 17:56:36 Settings used in the test: --max_insert_threads 3 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 4572063 --max_read_buffer_size 636225 --prefer_localhost_replica 1 --max_block_size 27030 --max_joined_block_size_rows 57416 --max_threads 3 --optimize_append_index 0 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 98 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 28102426 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 2790123823 --min_bytes_to_use_mmap_io 1 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 11 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 1814942163 --min_compress_block_size 2390319 --max_compress_block_size 1955090 --merge_tree_compact_parts_min_granules_to_multibuffer_read 29 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 8580537 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone Australia/Lindeman --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.11 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 1 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 2025-06-18 17:56:36 2025-06-18 17:56:36 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 26240907 --merge_max_block_size 1725 --index_granularity 20953 --min_bytes_for_wide_part 0 --marks_compress_block_size 38476 --primary_key_compress_block_size 27675 --replace_long_file_name_to_hash 1 --max_file_name_length 0 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 327444218 --compact_parts_max_granules_to_buffer 10 --compact_parts_merge_max_bytes_to_prefetch_part 1674985 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 0 --old_parts_lifetime 367 2025-06-18 17:56:36 2025-06-18 17:56:36 Database: test_dcfx0m6c 2025-06-18 17:56:36 00180_attach_materialized_view: [ OK ] 0.22 sec. 2025-06-18 17:56:36 01773_datetime64_add_ubsan: [ OK ] 0.27 sec. 2025-06-18 17:56:37 01761_cast_to_enum_nullable: [ OK ] 0.22 sec. 2025-06-18 17:56:37 00204_extract_url_parameter: [ OK ] 0.22 sec. 2025-06-18 17:56:37 03038_nested_dynamic_merges_wide_horizontal: [ SKIPPED ] 0.00 sec. 2025-06-18 17:56:37 Reason: not running for current build 2025-06-18 17:56:37 02933_sqid: [ OK ] 2.22 sec. 2025-06-18 17:56:37 03203_fill_missed_subcolumns: [ OK ] 0.32 sec. 2025-06-18 17:56:37 01249_flush_interactive: [ OK ] 11.29 sec. 2025-06-18 17:56:38 00499_json_enum_insert: [ OK ] 0.27 sec. 2025-06-18 17:56:38 03053_analyzer_join_alias: [ OK ] 0.27 sec. 2025-06-18 17:56:38 01273_arrow_nested_arrays_load: [ OK ] 2.62 sec. 2025-06-18 17:56:38 03130_analyzer_self_join_group_by: [ OK ] 0.32 sec. 2025-06-18 17:56:38 01851_hedged_connections_external_tables: [ OK ] 0.27 sec. 2025-06-18 17:56:38 02417_null_variadic_behaviour: [ OK ] 0.42 sec. 2025-06-18 17:56:39 03033_tupleIntXYZ_and_tupleModulo: [ OK ] 0.52 sec. 2025-06-18 17:56:39 02293_http_header_summary_contains_exception_code_with_progress: [ OK ] 2.37 sec. 2025-06-18 17:56:39 01710_projections_group_by_no_key: [ OK ] 0.32 sec. 2025-06-18 17:56:40 02843_backup_use_same_password_for_base_backup: [ OK ] 3.93 sec. 2025-06-18 17:56:40 01691_parser_data_type_exponential: [ OK ] 3.17 sec. 2025-06-18 17:56:40 02725_cnf_large_check: [ OK ] 0.39 sec. 2025-06-18 17:56:40 01915_merge_prewhere_virtual_column_rand_chao_wang: [ OK ] 0.27 sec. 2025-06-18 17:56:40 02122_parallel_formatting_JSONCompactEachRowWithNames: [ OK ] 2.57 sec. 2025-06-18 17:56:40 02950_parallel_replicas_used_count: [ OK ] 1.02 sec. 2025-06-18 17:56:40 02526_kv_engine_different_filter_type: [ OK ] 0.32 sec. 2025-06-18 17:56:40 02675_grant_query_formatting: [ OK ] 1.37 sec. 2025-06-18 17:56:41 01338_long_select_and_alter: [ OK ] 14.36 sec. 2025-06-18 17:56:41 00393_if_with_constant_condition: [ OK ] 0.27 sec. 2025-06-18 17:56:41 00903_array_with_constant_function: [ OK ] 0.27 sec. 2025-06-18 17:56:41 03148_asof_join_ddb_subquery: [ OK ] 0.27 sec. 2025-06-18 17:56:41 01097_pre_limit: [ OK ] 0.22 sec. 2025-06-18 17:56:41 00143_number_classification_functions: [ OK ] 0.32 sec. 2025-06-18 17:56:41 01083_match_zero_byte: [ OK ] 0.27 sec. 2025-06-18 17:56:41 02815_first_line: [ OK ] 0.22 sec. 2025-06-18 17:56:41 00688_low_cardinality_in: [ OK ] 0.32 sec. 2025-06-18 17:56:41 01702_toDateTime_from_string_clamping: [ OK ] 0.27 sec. 2025-06-18 17:56:42 02407_array_element_from_map_wrong_type: [ OK ] 0.27 sec. 2025-06-18 17:56:42 00753_alter_attach: [ OK ] 0.82 sec. 2025-06-18 17:56:42 01069_insert_float_as_nullable_unit8: [ OK ] 0.22 sec. 2025-06-18 17:56:42 02476_fix_lambda_parsing: [ OK ] 1.82 sec. 2025-06-18 17:56:42 02233_HTTP_ranged: [ OK ] 2.02 sec. 2025-06-18 17:56:42 00700_to_decimal_or_something_1: [ OK ] 0.82 sec. 2025-06-18 17:56:42 00931_low_cardinality_read_with_empty_array: [ OK ] 0.47 sec. 2025-06-18 17:56:42 03152_join_filter_push_down_equivalent_columns: [ OK ] 0.27 sec. 2025-06-18 17:56:43 01300_wkt: [ OK ] 0.32 sec. 2025-06-18 17:56:43 01710_projections_partial_optimize_aggregation_in_order: [ OK ] 4.23 sec. 2025-06-18 17:56:43 01176_mysql_client_interactive: [ OK ] 1.98 sec. 2025-06-18 17:56:43 02579_parameterized_replace: [ OK ] 0.22 sec. 2025-06-18 17:56:43 02724_function_in_left_table_clause_asof_join: [ OK ] 0.22 sec. 2025-06-18 17:56:43 01414_freeze_does_not_prevent_alters: [ OK ] 0.32 sec. 2025-06-18 17:56:43 02184_ipv6_cast_test: [ OK ] 0.22 sec. 2025-06-18 17:56:43 01770_extended_range_3: [ OK ] 0.32 sec. 2025-06-18 17:56:44 03037_union_view: [ OK ] 0.27 sec. 2025-06-18 17:56:44 02723_param_exception_message_context: [ OK ] 1.62 sec. 2025-06-18 17:56:45 02668_parse_datetime_in_joda_syntax: [ OK ] 0.82 sec. 2025-06-18 17:56:45 00098_l_union_all: [ OK ] 0.27 sec. 2025-06-18 17:56:45 02695_logical_optimizer_alias_bug: [ OK ] 0.22 sec. 2025-06-18 17:56:45 02842_mutations_replace_non_deterministic: [ OK ] 0.83 sec. 2025-06-18 17:56:45 02998_primary_key_skip_columns: [ SKIPPED ] 0.00 sec. 2025-06-18 17:56:45 Reason: not running for current build 2025-06-18 17:56:45 02534_parquet_fixed_binary_array: [ OK ] 3.53 sec. 2025-06-18 17:56:46 00910_crash_when_distributed_modify_order_by: [ OK ] 0.27 sec. 2025-06-18 17:56:46 01318_map_populate_series: [ OK ] 0.42 sec. 2025-06-18 17:56:46 02932_kill_query_sleep: [ OK ] 3.63 sec. 2025-06-18 17:56:47 03161_lightweight_delete_projection: [ OK ] 0.32 sec. 2025-06-18 17:56:47 00825_protobuf_format_nested_in_nested: [ OK ] 2.37 sec. 2025-06-18 17:56:48 01395_limit_more_cases: [ OK ] 14.51 sec. 2025-06-18 17:56:48 02428_index_analysis_with_null_literal: [ OK ] 0.82 sec. 2025-06-18 17:56:48 02296_nullable_arguments_in_array_filter: [ OK ] 0.27 sec. 2025-06-18 17:56:48 03008_filter_projections_non_deterministoc_functions: [ OK ] 0.52 sec. 2025-06-18 17:56:48 00053_all_inner_join: [ OK ] 0.22 sec. 2025-06-18 17:56:48 03038_nested_dynamic_merges_wide_vertical: [ SKIPPED ] 0.00 sec. 2025-06-18 17:56:48 Reason: not running for current build 2025-06-18 17:56:48 02477_invalid_reads: [ OK ] 0.87 sec. 2025-06-18 17:56:48 02174_cte_scalar_cache: [ OK ] 0.42 sec. 2025-06-18 17:56:49 02910_bad_logs_level_in_local: [ OK ] 0.32 sec. 2025-06-18 17:56:49 02841_not_ready_set_bug: [ OK ] 2.93 sec. 2025-06-18 17:56:49 02497_having_without_actual_aggregation_bug: [ OK ] 0.32 sec. 2025-06-18 17:56:49 01359_geodistance_loop: [ OK ] 0.22 sec. 2025-06-18 17:56:49 01650_expressions_merge_bug: [ OK ] 0.22 sec. 2025-06-18 17:56:49 02357_query_cancellation_race: [ OK ] 7.24 sec. 2025-06-18 17:56:49 02384_analyzer_dict_get_join_get: [ OK ] 0.37 sec. 2025-06-18 17:56:49 01755_shard_pruning_with_literal: [ OK ] 0.27 sec. 2025-06-18 17:56:49 02260_alter_compact_part_drop_nested_column: [ OK ] 0.32 sec. 2025-06-18 17:56:49 03305_compressed_memory_eng_crash_reading_subcolumn: [ OK ] 0.22 sec. 2025-06-18 17:56:50 00191_aggregating_merge_tree_and_final: [ OK ] 0.27 sec. 2025-06-18 17:56:50 02340_union_header: [ OK ] 0.22 sec. 2025-06-18 17:56:50 02024_create_dictionary_with_comment: [ OK ] 0.22 sec. 2025-06-18 17:56:50 01825_new_type_json_multiple_files: [ OK ] 4.13 sec. 2025-06-18 17:56:50 01196_max_parser_depth: [ OK ] 1.77 sec. 2025-06-18 17:56:50 03015_with_fill_invalid_expression: [ OK ] 0.27 sec. 2025-06-18 17:56:50 00829_bitmap64_function: [ OK ] 0.37 sec. 2025-06-18 17:56:50 02962_indexHint_rpn_construction: [ OK ] 0.22 sec. 2025-06-18 17:56:50 02380_analyzer_join_sample: [ OK ] 0.27 sec. 2025-06-18 17:56:50 01039_mergetree_exec_time: [ OK ] 1.27 sec. 2025-06-18 17:56:51 01825_new_type_json_3: [ OK ] 0.52 sec. 2025-06-18 17:56:51 01024__getScalar: [ OK ] 0.27 sec. 2025-06-18 17:56:51 02916_csv_infer_numbers_from_strings: [ OK ] 0.22 sec. 2025-06-18 17:56:51 01047_simple_aggregate_sizes_of_columns_bug: [ OK ] 1.27 sec. 2025-06-18 17:56:51 02918_join_pm_lc_crash: [ OK ] 0.27 sec. 2025-06-18 17:56:51 02493_numeric_literals_with_underscores: [ OK ] 0.57 sec. 2025-06-18 17:56:52 02097_polygon_dictionary_store_key: [ OK ] 0.32 sec. 2025-06-18 17:56:52 01646_fix_window_funnel_inconistency: [ OK ] 0.27 sec. 2025-06-18 17:56:52 01459_default_value_of_argument_type_nullptr_dereference: [ OK ] 0.27 sec. 2025-06-18 17:56:52 02963_remote_read_small_buffer_size_bug: [ OK ] 9.59 sec. 2025-06-18 17:56:52 01458_is_decimal_overflow: [ OK ] 0.32 sec. 2025-06-18 17:56:53 02984_form_format: [ OK ] 2.47 sec. 2025-06-18 17:56:53 02185_arraySlice_negative_offset_size: [ OK ] 0.27 sec. 2025-06-18 17:56:53 02967_index_hint_crash: [ OK ] 0.27 sec. 2025-06-18 17:56:53 00627_recursive_alias: [ OK ] 0.22 sec. 2025-06-18 17:56:53 01701_clear_projection_and_part_remove: [ OK ] 0.32 sec. 2025-06-18 17:56:53 01797_StripeLog_rwlock_ub: [ OK ] 0.27 sec. 2025-06-18 17:56:53 02290_client_insert_cancel: [ OK ] 1.88 sec. 2025-06-18 17:56:54 01508_format_regexp_raw: [ OK ] 1.92 sec. 2025-06-18 17:56:54 00293_shard_max_subquery_depth: [ OK ] 0.27 sec. 2025-06-18 17:56:55 03172_dynamic_binary_serialization: [ OK ] 12.55 sec. 2025-06-18 17:56:55 02861_alter_replace_partition_do_not_wait_mutations_on_unrelated_partitions: [ OK ] 4.03 sec. 2025-06-18 17:56:55 02002_row_level_filter_bug: [ OK ] 4.88 sec. 2025-06-18 17:56:56 02540_analyzer_matcher_alias_materialized_columns: [ OK ] 0.27 sec. 2025-06-18 17:56:56 02377_optimize_sorting_by_input_stream_properties: [ OK ] 0.32 sec. 2025-06-18 17:56:56 01030_limit_by_with_ties_error: [ OK ] 2.17 sec. 2025-06-18 17:56:56 02096_totals_global_in_bug: [ OK ] 0.27 sec. 2025-06-18 17:56:56 01825_type_json_2: [ OK ] 0.37 sec. 2025-06-18 17:56:56 01825_type_json_16: [ OK ] 2.72 sec. 2025-06-18 17:56:56 02499_analyzer_set_index: [ OK ] 0.27 sec. 2025-06-18 17:56:56 02097_initializeAggregationNullable: [ OK ] 0.27 sec. 2025-06-18 17:56:56 02266_auto_add_nullable: [ OK ] 0.27 sec. 2025-06-18 17:56:56 02833_url_without_path_encoding: [ OK ] 1.77 sec. 2025-06-18 17:56:56 00649_quantile_tdigest_negative: [ OK ] 0.22 sec. 2025-06-18 17:56:56 02881_system_detached_parts_modification_time: [ OK ] 0.27 sec. 2025-06-18 17:56:57 02312_parquet_orc_arrow_names_tuples: [ OK ] 0.32 sec. 2025-06-18 17:56:57 00953_constraints_operations: [ OK ] 3.83 sec. 2025-06-18 17:56:57 03201_avro_negative_block_size_arrays: [ OK ] 1.77 sec. 2025-06-18 17:56:57 02125_transform_decimal_bug: [ OK ] 0.27 sec. 2025-06-18 17:56:57 01763_long_ttl_group_by: [ OK ] 0.97 sec. 2025-06-18 17:56:58 00612_count: [ OK ] 0.37 sec. 2025-06-18 17:56:58 01921_test_progress_bar: [ OK ] 0.52 sec. 2025-06-18 17:56:58 00732_quorum_insert_lost_part_and_alive_part_zookeeper_long: [ OK ] 0.47 sec. 2025-06-18 17:56:58 02721_parquet_field_not_found: [ OK ] 1.67 sec. 2025-06-18 17:56:58 00503_cast_const_nullable: [ OK ] 0.27 sec. 2025-06-18 17:56:58 02842_table_function_file_filter_by_virtual_columns: [ OK ] 1.72 sec. 2025-06-18 17:56:58 01424_parse_date_time_bad_date: [ OK ] 0.27 sec. 2025-06-18 17:56:58 02382_join_and_filtering_set: [ OK ] 0.32 sec. 2025-06-18 17:56:58 02481_default_value_used_in_row_level_filter: [ OK ] 0.27 sec. 2025-06-18 17:56:58 00542_access_to_temporary_table_in_readonly_mode: [ OK ] 0.27 sec. 2025-06-18 17:56:59 02575_merge_prewhere_default_expression: [ OK ] 0.27 sec. 2025-06-18 17:56:59 01456_modify_column_type_via_add_drop_update: [ OK ] 0.52 sec. 2025-06-18 17:56:59 00851_http_insert_json_defaults: [ OK ] 2.12 sec. 2025-06-18 17:56:59 01409_topK_merge: [ OK ] 0.27 sec. 2025-06-18 17:56:59 01413_alter_update_supertype: [ OK ] 0.27 sec. 2025-06-18 17:56:59 02416_json_tuple_to_array_schema_inference: [ OK ] 0.22 sec. 2025-06-18 17:56:59 02735_system_zookeeper_connection: [ OK ] 0.27 sec. 2025-06-18 17:57:00 00878_join_unexpected_results: [ OK ] 0.37 sec. 2025-06-18 17:57:00 02966_nested_offsets_subcolumn: [ OK ] 0.47 sec. 2025-06-18 17:57:00 00752_low_cardinality_permute: [ OK ] 0.22 sec. 2025-06-18 17:57:00 02941_variant_type_2: [ OK ] 10.79 sec. 2025-06-18 17:57:00 02784_schema_inference_null_as_default: [ OK ] 0.22 sec. 2025-06-18 17:57:00 00354_host_command_line_option: [ OK ] 1.92 sec. 2025-06-18 17:57:00 02377_analyzer_in_function_set: [ OK ] 0.27 sec. 2025-06-18 17:57:00 03033_lightweight_deletes_sync: [ OK ] 0.27 sec. 2025-06-18 17:57:00 00804_rollup_with_having: [ OK ] 0.27 sec. 2025-06-18 17:57:00 01710_projection_detach_part: [ OK ] 0.27 sec. 2025-06-18 17:57:00 01549_low_cardinality_mv_fuzz: [ OK ] 0.22 sec. 2025-06-18 17:57:00 01076_range_reader_segfault: [ OK ] 0.27 sec. 2025-06-18 17:57:00 00732_quorum_insert_simple_test_1_parts_zookeeper_long: [ OK ] 0.42 sec. 2025-06-18 17:57:00 03151_external_cross_join: [ OK ] 0.92 sec. 2025-06-18 17:57:00 01292_quantile_array_bug: [ OK ] 0.22 sec. 2025-06-18 17:57:01 02131_skip_index_not_materialized: [ OK ] 0.27 sec. 2025-06-18 17:57:01 02457_parse_date_time_best_effort: [ OK ] 0.42 sec. 2025-06-18 17:57:01 03098_prefer_column_to_alias_subquery: [ OK ] 0.32 sec. 2025-06-18 17:57:01 01073_bad_alter_partition: [ OK ] 0.37 sec. 2025-06-18 17:57:01 01010_pmj_skip_blocks: [ OK ] 0.92 sec. 2025-06-18 17:57:02 00763_create_query_as_table_engine_bug: [ OK ] 0.22 sec. 2025-06-18 17:57:02 01825_new_type_json_parallel_insert: [ OK ] 1.32 sec. 2025-06-18 17:57:02 00952_input_function: [ OK ] 7.69 sec. 2025-06-18 17:57:02 02246_clickhouse_local_drop_database: [ OK ] 1.72 sec. 2025-06-18 17:57:02 01915_json_extract_raw_string: [ OK ] 0.22 sec. 2025-06-18 17:57:02 02771_jit_functions_comparison_crash: [ OK ] 0.27 sec. 2025-06-18 17:57:02 02677_grace_hash_limit_race: [ OK ] 0.27 sec. 2025-06-18 17:57:02 03033_final_undefined_last_mark: [ OK ] 0.22 sec. 2025-06-18 17:57:02 02381_parse_array_of_tuples: [ OK ] 0.22 sec. 2025-06-18 17:57:02 01825_type_json_empty_string: [ OK ] 0.27 sec. 2025-06-18 17:57:03 01600_multiple_left_join_with_aliases: [ OK ] 0.27 sec. 2025-06-18 17:57:03 01684_insert_specify_shard_id: [ OK ] 0.42 sec. 2025-06-18 17:57:03 01054_random_printable_ascii_ubsan: [ OK ] 2.62 sec. 2025-06-18 17:57:03 01099_operators_date_and_timestamp: [ OK ] 0.77 sec. 2025-06-18 17:57:03 02163_operators: [ OK ] 0.22 sec. 2025-06-18 17:57:03 02275_full_sort_join_long: [ SKIPPED ] 0.00 sec. 2025-06-18 17:57:03 Reason: not running for current build 2025-06-18 17:57:03 02896_max_execution_time_with_break_overflow_mode: [ OK ] 5.28 sec. 2025-06-18 17:57:03 03165_parseReadableSize: [ OK ] 0.67 sec. 2025-06-18 17:57:03 03305_fix_kafka_table_with_kw_arguments: [ OK ] 0.22 sec. 2025-06-18 17:57:03 01071_prohibition_secondary_index_with_old_format_merge_tree: [ OK ] 0.27 sec. 2025-06-18 17:57:03 01031_pmj_new_any_semi_join: [ OK ] 0.32 sec. 2025-06-18 17:57:03 01513_optimize_aggregation_in_order_memory_long: [ OK ] 5.03 sec. 2025-06-18 17:57:04 01352_generate_random_overflow: [ OK ] 0.27 sec. 2025-06-18 17:57:04 01015_empty_in_inner_right_join: [ OK ] 0.47 sec. 2025-06-18 17:57:04 03205_system_sync_replica_format: [ OK ] 0.27 sec. 2025-06-18 17:57:04 01104_distributed_numbers_test: [ OK ] 0.32 sec. 2025-06-18 17:57:04 02232_partition_pruner_mixed_constant_type: [ OK ] 0.27 sec. 2025-06-18 17:57:04 02943_variant_element: [ OK ] 0.32 sec. 2025-06-18 17:57:04 01290_max_execution_speed_distributed: [ OK ] 2.48 sec. 2025-06-18 17:57:04 00997_extract_all_crash_6627: [ OK ] 0.22 sec. 2025-06-18 17:57:04 02125_constant_if_condition_and_not_existing_column: [ OK ] 0.27 sec. 2025-06-18 17:57:04 01582_distinct_subquery_groupby: [ OK ] 0.32 sec. 2025-06-18 17:57:04 01585_use_index_for_global_in: [ OK ] 0.27 sec. 2025-06-18 17:57:05 02428_combinators_with_over_statement: [ OK ] 0.27 sec. 2025-06-18 17:57:05 02354_vector_search_detach_attach: [ OK ] 0.27 sec. 2025-06-18 17:57:05 03036_dynamic_read_subcolumns_memory: [ SKIPPED ] 0.00 sec. 2025-06-18 17:57:05 Reason: not running for current build 2025-06-18 17:57:06 02359_send_logs_source_regexp: [ OK ] 1.62 sec. 2025-06-18 17:57:06 01825_type_json_missed_values: [ OK ] 0.37 sec. 2025-06-18 17:57:06 02324_compatibility_setting: [ OK ] 2.97 sec. 2025-06-18 17:57:06 01839_join_to_subqueries_rewriter_columns_matcher: [ OK ] 0.22 sec. 2025-06-18 17:57:06 00141_parse_timestamp_as_datetime: [ OK ] 0.22 sec. 2025-06-18 17:57:07 01671_aggregate_function_group_bitmap_data: [ OK ] 0.27 sec. 2025-06-18 17:57:07 02872_prewhere_filter: [ OK ] 0.27 sec. 2025-06-18 17:57:07 02293_http_header_full_summary_without_progress: [ OK ] 2.87 sec. 2025-06-18 17:57:07 01889_clickhouse_client_config_format: [ OK ] 3.42 sec. 2025-06-18 17:57:08 01550_create_map_type: [ OK ] 0.92 sec. 2025-06-18 17:57:08 01354_tuple_low_cardinality_array_mapped_bug: [ OK ] 0.27 sec. 2025-06-18 17:57:08 02488_zero_copy_detached_parts_drop_table: [ OK ] 3.83 sec. 2025-06-18 17:57:08 02014_map_different_keys: [ OK ] 0.32 sec. 2025-06-18 17:57:08 00468_array_join_multiple_arrays_and_use_original_column: [ OK ] 0.27 sec. 2025-06-18 17:57:08 02842_vertical_merge_after_add_drop_column: [ OK ] 0.27 sec. 2025-06-18 17:57:08 00825_http_header_query_id: [ OK ] 1.37 sec. 2025-06-18 17:57:08 03015_optimize_final_rmt: [ SKIPPED ] 0.00 sec. 2025-06-18 17:57:08 Reason: not running for current build 2025-06-18 17:57:08 00464_array_element_out_of_range: [ OK ] 0.22 sec. 2025-06-18 17:57:08 00199_ternary_operator_type_check: [ OK ] 0.47 sec. 2025-06-18 17:57:08 00609_distributed_with_case_when_then: [ OK ] 0.27 sec. 2025-06-18 17:57:08 02482_execute_functions_before_sorting_bug: [ OK ] 0.22 sec. 2025-06-18 17:57:09 00230_array_functions_has_count_equal_index_of_non_const_second_arg: [ OK ] 0.32 sec. 2025-06-18 17:57:09 02882_primary_key_index_in_function_different_types: [ OK ] 0.27 sec. 2025-06-18 17:57:09 01272_totals_and_filter_bug: [ OK ] 0.27 sec. 2025-06-18 17:57:09 00829_bitmap_function: [ OK ] 0.77 sec. 2025-06-18 17:57:09 02974_if_with_map: [ OK ] 0.32 sec. 2025-06-18 17:57:09 00063_check_query: [ OK ] 0.27 sec. 2025-06-18 17:57:09 02959_system_database_engines: [ OK ] 0.27 sec. 2025-06-18 17:57:09 03036_reading_s3_archives: [ OK ] 0.57 sec. 2025-06-18 17:57:09 00227_quantiles_timing_arbitrary_order: [ OK ] 0.27 sec. 2025-06-18 17:57:10 02952_clickhouse_local_query_parameters_cli: [ OK ] 1.52 sec. 2025-06-18 17:57:10 00502_string_concat_with_array: [ OK ] 0.22 sec. 2025-06-18 17:57:11 02426_pod_array_overflow_2: [ OK ] 0.22 sec. 2025-06-18 17:57:11 02414_all_new_table_functions_must_be_documented: [ OK ] 0.22 sec. 2025-06-18 17:57:11 02016_summing_mt_aggregating_column: [ OK ] 0.27 sec. 2025-06-18 17:57:13 01811_storage_buffer_flush_parameters: [ OK ] 3.27 sec. 2025-06-18 17:57:13 02903_client_insert_in_background: [ OK ] 1.97 sec. 2025-06-18 17:57:13 00975_recursive_materialized_view: [ OK ] 0.27 sec. 2025-06-18 17:57:13 02389_analyzer_nested_lambda: [ OK ] 4.08 sec. 2025-06-18 17:57:14 00905_compile_expressions_compare_big_dates: [ OK ] 0.27 sec. 2025-06-18 17:57:14 00154_shard_distributed_with_distinct: [ OK ] 0.22 sec. 2025-06-18 17:57:14 02354_window_expression_with_aggregation_expression: [ OK ] 0.27 sec. 2025-06-18 17:57:14 02800_transform_alter: [ OK ] 0.32 sec. 2025-06-18 17:57:14 02418_keeper_map_keys_limit: [ OK ] 0.32 sec. 2025-06-18 17:57:15 00672_arrayDistinct: [ OK ] 0.27 sec. 2025-06-18 17:57:15 00980_zookeeper_merge_tree_alter_settings: [ OK ] 0.67 sec. 2025-06-18 17:57:15 00090_union_race_conditions_1: [ OK ] 7.74 sec. 2025-06-18 17:57:15 02324_map_combinator_bug: [ OK ] 0.27 sec. 2025-06-18 17:57:15 01558_transform_null_in: [ OK ] 0.32 sec. 2025-06-18 17:57:15 02899_distributed_limit_by: [ OK ] 0.52 sec. 2025-06-18 17:57:15 01641_memory_tracking_insert_optimize: [ OK ] 0.37 sec. 2025-06-18 17:57:15 02376_analyzer_in_function_subquery: [ OK ] 0.32 sec. 2025-06-18 17:57:15 02718_parquet_metadata_format: [ OK ] 2.57 sec. 2025-06-18 17:57:15 03164_linestring_geometry: [ OK ] 0.22 sec. 2025-06-18 17:57:16 03036_schema_inference_cache_s3_archives: [ OK ] 0.27 sec. 2025-06-18 17:57:16 03113_analyzer_not_found_column_in_block_2: [ OK ] 0.27 sec. 2025-06-18 17:57:16 02943_order_by_all: [ OK ] 0.47 sec. 2025-06-18 17:57:16 02741_hashed_dictionary_load_factor: [ OK ] 1.12 sec. 2025-06-18 17:57:17 02550_client_connections_credentials: [ OK ] 12.95 sec. 2025-06-18 17:57:17 01891_partition_hash_no_long_int: [ OK ] 0.27 sec. 2025-06-18 17:57:17 00324_hashing_enums: [ OK ] 0.22 sec. 2025-06-18 17:57:17 01853_s2_cells_intersect: [ OK ] 0.27 sec. 2025-06-18 17:57:17 02560_count_digits: [ OK ] 0.27 sec. 2025-06-18 17:57:17 03039_dynamic_summing_merge_tree: [ OK ] 12.30 sec. 2025-06-18 17:57:17 00482_subqueries_and_aliases: [ OK ] 0.27 sec. 2025-06-18 17:57:18 00975_json_hang: [ OK ] 0.47 sec. 2025-06-18 17:57:18 02896_optimize_array_exists_to_has_with_date: [ OK ] 0.27 sec. 2025-06-18 17:57:18 02684_bson: [ OK ] 0.22 sec. 2025-06-18 17:57:19 01104_fixed_string_like: [ OK ] 0.32 sec. 2025-06-18 17:57:19 02560_analyzer_materialized_view: [ OK ] 0.32 sec. 2025-06-18 17:57:19 02020_exponential_smoothing: [ OK ] 1.87 sec. 2025-06-18 17:57:19 01731_async_task_queue_wait: [ OK ] 3.62 sec. 2025-06-18 17:57:19 01403_datetime64_constant_arg: [ OK ] 0.27 sec. 2025-06-18 17:57:19 01385_not_function: [ OK ] 0.22 sec. 2025-06-18 17:57:19 02875_merge_engine_set_index: [ OK ] 2.52 sec. 2025-06-18 17:57:19 02280_add_query_level_settings: [ OK ] 0.27 sec. 2025-06-18 17:57:19 01768_extended_range: [ OK ] 0.27 sec. 2025-06-18 17:57:19 02707_analyzer_nested_lambdas_types: [ OK ] 0.27 sec. 2025-06-18 17:57:19 00402_nan_and_extremes: [ OK ] 0.27 sec. 2025-06-18 17:57:20 02751_text_formats_bad_nullable_parsing: [ OK ] 2.82 sec. 2025-06-18 17:57:20 00355_array_of_non_const_convertible_types: [ OK ] 0.22 sec. 2025-06-18 17:57:20 01055_compact_parts_1: [ OK ] 0.32 sec. 2025-06-18 17:57:20 00590_limit_by_column_removal: [ OK ] 0.22 sec. 2025-06-18 17:57:20 01091_insert_with_default_json: [ OK ] 0.27 sec. 2025-06-18 17:57:20 00836_indices_alter_replicated_zookeeper_long: [ OK ] 0.67 sec. 2025-06-18 17:57:20 01358_constexpr_constraint: [ OK ] 0.22 sec. 2025-06-18 17:57:20 01045_array_zip: [ OK ] 0.37 sec. 2025-06-18 17:57:20 01667_aes_args_check: [ OK ] 0.27 sec. 2025-06-18 17:57:21 03001_block_offset_column_2: [ OK ] 0.27 sec. 2025-06-18 17:57:21 02325_dates_schema_inference: [ OK ] 0.37 sec. 2025-06-18 17:57:21 02560_window_ntile: [ OK ] 0.47 sec. 2025-06-18 17:57:21 00732_base64_functions: [ OK ] 0.32 sec. 2025-06-18 17:57:21 03215_parquet_index: [ OK ] 0.27 sec. 2025-06-18 17:57:21 02316_hierarchical_dictionaries_nullable_parent_key: [ OK ] 0.47 sec. 2025-06-18 17:57:21 03039_unknown_identifier_window_function: [ OK ] 0.27 sec. 2025-06-18 17:57:21 03002_int_div_decimal_with_date_bug: [ OK ] 0.27 sec. 2025-06-18 17:57:21 02875_show_functions: [ OK ] 2.07 sec. 2025-06-18 17:57:22 02176_toStartOfWeek_overflow_pruning: [ OK ] 0.27 sec. 2025-06-18 17:57:22 01019_array_fill: [ OK ] 0.27 sec. 2025-06-18 17:57:22 02800_clickhouse_local_default_settings: [ OK ] 1.57 sec. 2025-06-18 17:57:22 02862_sorted_distinct_sparse_fix: [ OK ] 0.27 sec. 2025-06-18 17:57:22 01041_h3_is_valid: [ OK ] 0.27 sec. 2025-06-18 17:57:22 02476_fix_cast_parser_bug: [ OK ] 0.22 sec. 2025-06-18 17:57:22 01267_alter_default_key_columns_zookeeper_long: [ OK ] 0.37 sec. 2025-06-18 17:57:22 00545_weird_aggregate_functions: [ OK ] 0.27 sec. 2025-06-18 17:57:23 02129_skip_quoted_fields: [ OK ] 7.49 sec. 2025-06-18 17:57:23 02030_function_mapContainsKeyLike: [ OK ] 0.32 sec. 2025-06-18 17:57:23 02345_analyzer_subqueries: [ OK ] 0.32 sec. 2025-06-18 17:57:23 02201_use_skip_indexes_if_final: [ OK ] 0.32 sec. 2025-06-18 17:57:23 01528_to_uuid_or_null_or_zero: [ OK ] 0.37 sec. 2025-06-18 17:57:23 01274_alter_rename_column_distributed: [ OK ] 0.27 sec. 2025-06-18 17:57:23 02713_array_low_cardinality_string: [ OK ] 0.27 sec. 2025-06-18 17:57:23 00752_low_cardinality_left_array_join: [ OK ] 0.27 sec. 2025-06-18 17:57:24 00963_startsWith_force_primary_key: [ OK ] 0.27 sec. 2025-06-18 17:57:24 01550_query_identifier_parameters: [ OK ] 2.42 sec. 2025-06-18 17:57:24 01010_partial_merge_join_const_and_lc: [ OK ] 0.32 sec. 2025-06-18 17:57:24 01388_multi_if_optimization: [ OK ] 0.22 sec. 2025-06-18 17:57:24 02481_pk_analysis_with_enum_to_string: [ OK ] 0.47 sec. 2025-06-18 17:57:24 01280_null_in: [ OK ] 0.27 sec. 2025-06-18 17:57:25 02174_cte_scalar_cache_mv: [ OK ] 1.52 sec. 2025-06-18 17:57:25 02784_disable_async_with_dedup_correctly: [ OK ] 2.87 sec. 2025-06-18 17:57:25 Terminated with 15 signal 2025-06-18 17:57:25 Process Process-5: 2025-06-18 17:57:25 Process Process-10: 2025-06-18 17:57:25 Process Process-8: 2025-06-18 17:57:25 Process Process-9: 2025-06-18 17:57:25 Traceback (most recent call last): 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array 2025-06-18 17:57:25 test_result = test_case.run( 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1812, in run 2025-06-18 17:57:25 raise e 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1793, in run 2025-06-18 17:57:25 ) = self.run_single_test(server_logs_level, client_options) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1679, in run_single_test 2025-06-18 17:57:25 proc.wait(args.timeout) 2025-06-18 17:57:25 File "/usr/lib/python3.10/subprocess.py", line 1209, in wait 2025-06-18 17:57:25 return self._wait(timeout=timeout) 2025-06-18 17:57:25 File "/usr/lib/python3.10/subprocess.py", line 1953, in _wait 2025-06-18 17:57:25 time.sleep(delay) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 3470, in signal_handler 2025-06-18 17:57:25 raise Terminated(signal) 2025-06-18 17:57:25 Terminated: 15 2025-06-18 17:57:25 2025-06-18 17:57:25 During handling of the above exception, another exception occurred: 2025-06-18 17:57:25 2025-06-18 17:57:25 Traceback (most recent call last): 2025-06-18 17:57:25 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-06-18 17:57:25 self.run() 2025-06-18 17:57:25 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-06-18 17:57:25 self._target(*self._args, **self._kwargs) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-06-18 17:57:25 return run_tests_array(*args, **kwargs) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array 2025-06-18 17:57:25 stop_tests() 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-06-18 17:57:25 cleanup_child_processes(os.getpid()) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-06-18 17:57:25 child_pgid = os.getpgid(child) 2025-06-18 17:57:25 ProcessLookupError: [Errno 3] No such process 2025-06-18 17:57:25 Process Process-6: 2025-06-18 17:57:25 Break tests execution 2025-06-18 17:57:25 Child processes of 1509: 2025-06-18 17:57:25 16038 /bin/sh -c pgrep --parent 1509 -a 2025-06-18 17:57:25 Traceback (most recent call last): 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array 2025-06-18 17:57:25 test_result = test_case.run( 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1812, in run 2025-06-18 17:57:25 raise e 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1793, in run 2025-06-18 17:57:25 ) = self.run_single_test(server_logs_level, client_options) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1679, in run_single_test 2025-06-18 17:57:25 proc.wait(args.timeout) 2025-06-18 17:57:25 File "/usr/lib/python3.10/subprocess.py", line 1209, in wait 2025-06-18 17:57:25 return self._wait(timeout=timeout) 2025-06-18 17:57:25 File "/usr/lib/python3.10/subprocess.py", line 1953, in _wait 2025-06-18 17:57:25 time.sleep(delay) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 3470, in signal_handler 2025-06-18 17:57:25 raise Terminated(signal) 2025-06-18 17:57:25 Terminated: 15 2025-06-18 17:57:25 2025-06-18 17:57:25 During handling of the above exception, another exception occurred: 2025-06-18 17:57:25 2025-06-18 17:57:25 Traceback (most recent call last): 2025-06-18 17:57:25 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-06-18 17:57:25 self.run() 2025-06-18 17:57:25 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-06-18 17:57:25 self._target(*self._args, **self._kwargs) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-06-18 17:57:25 return run_tests_array(*args, **kwargs) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array 2025-06-18 17:57:25 stop_tests() 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-06-18 17:57:25 cleanup_child_processes(os.getpid()) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-06-18 17:57:25 child_pgid = os.getpgid(child) 2025-06-18 17:57:25 ProcessLookupError: [Errno 3] No such process 2025-06-18 17:57:25 Break tests execution 2025-06-18 17:57:25 Child processes of 1514: 2025-06-18 17:57:25 16039 /bin/sh -c pgrep --parent 1514 -a 2025-06-18 17:57:25 Traceback (most recent call last): 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array 2025-06-18 17:57:25 test_result = test_case.run( 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1812, in run 2025-06-18 17:57:25 raise e 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1793, in run 2025-06-18 17:57:25 ) = self.run_single_test(server_logs_level, client_options) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1679, in run_single_test 2025-06-18 17:57:25 proc.wait(args.timeout) 2025-06-18 17:57:25 File "/usr/lib/python3.10/subprocess.py", line 1209, in wait 2025-06-18 17:57:25 return self._wait(timeout=timeout) 2025-06-18 17:57:25 File "/usr/lib/python3.10/subprocess.py", line 1953, in _wait 2025-06-18 17:57:25 time.sleep(delay) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 3470, in signal_handler 2025-06-18 17:57:25 raise Terminated(signal) 2025-06-18 17:57:25 Terminated: 15 2025-06-18 17:57:25 2025-06-18 17:57:25 During handling of the above exception, another exception occurred: 2025-06-18 17:57:25 2025-06-18 17:57:25 Traceback (most recent call last): 2025-06-18 17:57:25 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-06-18 17:57:25 self.run() 2025-06-18 17:57:25 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-06-18 17:57:25 self._target(*self._args, **self._kwargs) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-06-18 17:57:25 return run_tests_array(*args, **kwargs) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array 2025-06-18 17:57:25 stop_tests() 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-06-18 17:57:25 cleanup_child_processes(os.getpid()) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-06-18 17:57:25 child_pgid = os.getpgid(child) 2025-06-18 17:57:25 ProcessLookupError: [Errno 3] No such process 2025-06-18 17:57:25 Break tests execution 2025-06-18 17:57:25 Child processes of 1518: 2025-06-18 17:57:25 16041 /bin/sh -c pgrep --parent 1518 -a 2025-06-18 17:57:25 Process Process-4: 2025-06-18 17:57:25 Traceback (most recent call last): 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array 2025-06-18 17:57:25 test_result = test_case.run( 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1812, in run 2025-06-18 17:57:25 raise e 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1793, in run 2025-06-18 17:57:25 ) = self.run_single_test(server_logs_level, client_options) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1679, in run_single_test 2025-06-18 17:57:25 proc.wait(args.timeout) 2025-06-18 17:57:25 File "/usr/lib/python3.10/subprocess.py", line 1209, in wait 2025-06-18 17:57:25 return self._wait(timeout=timeout) 2025-06-18 17:57:25 File "/usr/lib/python3.10/subprocess.py", line 1953, in _wait 2025-06-18 17:57:25 time.sleep(delay) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 3470, in signal_handler 2025-06-18 17:57:25 raise Terminated(signal) 2025-06-18 17:57:25 Terminated: 15 2025-06-18 17:57:25 2025-06-18 17:57:25 During handling of the above exception, another exception occurred: 2025-06-18 17:57:25 2025-06-18 17:57:25 Traceback (most recent call last): 2025-06-18 17:57:25 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-06-18 17:57:25 self.run() 2025-06-18 17:57:25 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-06-18 17:57:25 self._target(*self._args, **self._kwargs) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-06-18 17:57:25 return run_tests_array(*args, **kwargs) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array 2025-06-18 17:57:25 stop_tests() 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-06-18 17:57:25 cleanup_child_processes(os.getpid()) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-06-18 17:57:25 child_pgid = os.getpgid(child) 2025-06-18 17:57:25 ProcessLookupError: [Errno 3] No such process 2025-06-18 17:57:25 Break tests execution 2025-06-18 17:57:25 Child processes of 1516: 2025-06-18 17:57:25 16037 /bin/sh -c pgrep --parent 1516 -a 2025-06-18 17:57:25 Process Process-7: 2025-06-18 17:57:25 Traceback (most recent call last): 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array 2025-06-18 17:57:25 test_result = test_case.run( 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1812, in run 2025-06-18 17:57:25 raise e 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1793, in run 2025-06-18 17:57:25 ) = self.run_single_test(server_logs_level, client_options) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1679, in run_single_test 2025-06-18 17:57:25 proc.wait(args.timeout) 2025-06-18 17:57:25 File "/usr/lib/python3.10/subprocess.py", line 1209, in wait 2025-06-18 17:57:25 return self._wait(timeout=timeout) 2025-06-18 17:57:25 File "/usr/lib/python3.10/subprocess.py", line 1953, in _wait 2025-06-18 17:57:25 time.sleep(delay) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 3470, in signal_handler 2025-06-18 17:57:25 raise Terminated(signal) 2025-06-18 17:57:25 Terminated: 15 2025-06-18 17:57:25 2025-06-18 17:57:25 During handling of the above exception, another exception occurred: 2025-06-18 17:57:25 2025-06-18 17:57:25 Traceback (most recent call last): 2025-06-18 17:57:25 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-06-18 17:57:25 self.run() 2025-06-18 17:57:25 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-06-18 17:57:25 self._target(*self._args, **self._kwargs) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-06-18 17:57:25 return run_tests_array(*args, **kwargs) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array 2025-06-18 17:57:25 stop_tests() 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-06-18 17:57:25 cleanup_child_processes(os.getpid()) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-06-18 17:57:25 child_pgid = os.getpgid(child) 2025-06-18 17:57:25 ProcessLookupError: [Errno 3] No such process 2025-06-18 17:57:25 Break tests execution 2025-06-18 17:57:25 Child processes of 1510: 2025-06-18 17:57:25 16050 /bin/sh -c pgrep --parent 1510 -a 2025-06-18 17:57:25 Traceback (most recent call last): 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array 2025-06-18 17:57:25 test_result = test_case.run( 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1812, in run 2025-06-18 17:57:25 raise e 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1793, in run 2025-06-18 17:57:25 ) = self.run_single_test(server_logs_level, client_options) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1679, in run_single_test 2025-06-18 17:57:25 proc.wait(args.timeout) 2025-06-18 17:57:25 File "/usr/lib/python3.10/subprocess.py", line 1209, in wait 2025-06-18 17:57:25 return self._wait(timeout=timeout) 2025-06-18 17:57:25 File "/usr/lib/python3.10/subprocess.py", line 1953, in _wait 2025-06-18 17:57:25 time.sleep(delay) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 3470, in signal_handler 2025-06-18 17:57:25 raise Terminated(signal) 2025-06-18 17:57:25 Terminated: 15 2025-06-18 17:57:25 2025-06-18 17:57:25 During handling of the above exception, another exception occurred: 2025-06-18 17:57:25 2025-06-18 17:57:25 Traceback (most recent call last): 2025-06-18 17:57:25 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-06-18 17:57:25 self.run() 2025-06-18 17:57:25 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-06-18 17:57:25 self._target(*self._args, **self._kwargs) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-06-18 17:57:25 return run_tests_array(*args, **kwargs) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array 2025-06-18 17:57:25 stop_tests() 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-06-18 17:57:25 cleanup_child_processes(os.getpid()) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-06-18 17:57:25 child_pgid = os.getpgid(child) 2025-06-18 17:57:25 ProcessLookupError: [Errno 3] No such process 2025-06-18 17:57:25 Break tests execution 2025-06-18 17:57:25 Child processes of 1508: 2025-06-18 17:57:25 16036 /bin/sh -c pgrep --parent 1508 -a 2025-06-18 17:57:25 Traceback (most recent call last): 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array 2025-06-18 17:57:25 test_result = test_case.run( 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1812, in run 2025-06-18 17:57:25 raise e 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1793, in run 2025-06-18 17:57:25 ) = self.run_single_test(server_logs_level, client_options) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1679, in run_single_test 2025-06-18 17:57:25 proc.wait(args.timeout) 2025-06-18 17:57:25 File "/usr/lib/python3.10/subprocess.py", line 1209, in wait 2025-06-18 17:57:25 return self._wait(timeout=timeout) 2025-06-18 17:57:25 File "/usr/lib/python3.10/subprocess.py", line 1953, in _wait 2025-06-18 17:57:25 time.sleep(delay) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 3470, in signal_handler 2025-06-18 17:57:25 raise Terminated(signal) 2025-06-18 17:57:25 Terminated: 15 2025-06-18 17:57:25 2025-06-18 17:57:25 During handling of the above exception, another exception occurred: 2025-06-18 17:57:25 2025-06-18 17:57:25 Traceback (most recent call last): 2025-06-18 17:57:25 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-06-18 17:57:25 self.run() 2025-06-18 17:57:25 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-06-18 17:57:25 self._target(*self._args, **self._kwargs) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-06-18 17:57:25 return run_tests_array(*args, **kwargs) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array 2025-06-18 17:57:25 stop_tests() 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-06-18 17:57:25 cleanup_child_processes(os.getpid()) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-06-18 17:57:25 child_pgid = os.getpgid(child) 2025-06-18 17:57:25 ProcessLookupError: [Errno 3] No such process 2025-06-18 17:57:25 Break tests execution 2025-06-18 17:57:25 Child processes of 1512: 2025-06-18 17:57:25 16040 /bin/sh -c pgrep --parent 1512 -a 2025-06-18 17:57:25 Process Process-3: 2025-06-18 17:57:25 Traceback (most recent call last): 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array 2025-06-18 17:57:25 test_result = test_case.run( 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1812, in run 2025-06-18 17:57:25 raise e 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1793, in run 2025-06-18 17:57:25 ) = self.run_single_test(server_logs_level, client_options) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 1679, in run_single_test 2025-06-18 17:57:25 proc.wait(args.timeout) 2025-06-18 17:57:25 File "/usr/lib/python3.10/subprocess.py", line 1209, in wait 2025-06-18 17:57:25 return self._wait(timeout=timeout) 2025-06-18 17:57:25 File "/usr/lib/python3.10/subprocess.py", line 1953, in _wait 2025-06-18 17:57:25 time.sleep(delay) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 3470, in signal_handler 2025-06-18 17:57:25 raise Terminated(signal) 2025-06-18 17:57:25 Terminated: 15 2025-06-18 17:57:25 2025-06-18 17:57:25 During handling of the above exception, another exception occurred: 2025-06-18 17:57:25 2025-06-18 17:57:25 Traceback (most recent call last): 2025-06-18 17:57:25 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-06-18 17:57:25 self.run() 2025-06-18 17:57:25 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-06-18 17:57:25 self._target(*self._args, **self._kwargs) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-06-18 17:57:25 return run_tests_array(*args, **kwargs) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array 2025-06-18 17:57:25 stop_tests() 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-06-18 17:57:25 cleanup_child_processes(os.getpid()) 2025-06-18 17:57:25 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-06-18 17:57:25 child_pgid = os.getpgid(child) 2025-06-18 17:57:25 ProcessLookupError: [Errno 3] No such process 2025-06-18 17:57:25 Break tests execution 2025-06-18 17:57:25 Child processes of 1507: 2025-06-18 17:57:25 16048 /bin/sh -c pgrep --parent 1507 -a + set -e Files in current directory + echo 'Files in current directory' + ls -la ./ total 127292 drwxr-xr-x 1 root root 4096 Jun 18 17:57 . drwxr-xr-x 1 root root 4096 Jun 18 17:57 .. -rw-rw-r-- 1 1000 1000 119 Jun 18 15:57 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 2380 Feb 1 01:43 attach_gdb.lib -rw-r--r-- 1 root root 1481 Jun 18 17:55 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4239 Jun 18 17:55 __azurite_db_blob__.json -rw-r--r-- 1 root root 36553 Jun 18 17:56 azurite_log lrwxrwxrwx 1 root root 7 Sep 12 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 Jun 18 17:55 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 292 Jun 18 15:57 broken_tests.json drwxr-xr-x 14 root root 3840 Jun 18 17:55 dev -rwxr-xr-x 1 root root 0 Jun 18 17:55 .dockerenv drwxr-xr-x 1 root root 4096 Jun 18 17:55 etc drwxr-xr-x 1 1000 1000 4096 Jun 18 17:55 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 12 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 12 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 12 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 12 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 26927256 Feb 1 02:05 mc drwxr-xr-x 2 root root 4096 Sep 12 2024 media -rwxr-xr-x 1 root root 103174296 Feb 1 02:03 minio drwxr-xr-x 4 root root 4096 Jun 18 17:55 minio_data drwxr-xr-x 2 root root 4096 Sep 12 2024 mnt drwxr-xr-x 1 root root 4096 Feb 1 01:44 opt -rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Jun 18 17:55 package_folder dr-xr-xr-x 319 root root 0 Jun 18 17:55 proc -rwxrwxr-x 1 root root 9627 Feb 1 01:43 process_functional_tests_result.py -rw-rw-r-- 1 root root 837 Feb 1 01:43 requirements.txt drwx------ 1 root root 4096 Jun 18 17:56 root drwxr-xr-x 1 root root 4096 Jun 18 17:55 run -rwxrwxr-x 1 root root 22124 Feb 1 01:43 run.sh lrwxrwxrwx 1 root root 8 Sep 12 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 747 Jun 18 17:55 script.gdb -rwxrwxr-x 1 root root 10374 Feb 1 01:43 setup_export_logs.sh -rwxrwxr-x 1 root root 360 Feb 1 01:43 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3456 Feb 1 01:43 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 12 2024 srv -rw-rw-r-- 1 root root 14015 Feb 1 01:43 stress_tests.lib dr-xr-xr-x 13 root root 0 Jun 18 17:55 sys drwxrwxr-x 2 1000 1000 4096 Jun 18 17:56 test_output drwxrwxrwt 1 root root 4096 Jun 18 17:57 tmp drwxr-xr-x 1 root root 4096 Sep 12 2024 usr -rw-rw-r-- 1 root root 897 Feb 1 01:43 utils.lib drwxr-xr-x 1 root root 4096 Sep 12 2024 var Files in root directory + echo 'Files in root directory' + ls -la / total 127292 drwxr-xr-x 1 root root 4096 Jun 18 17:57 . drwxr-xr-x 1 root root 4096 Jun 18 17:57 .. -rw-rw-r-- 1 1000 1000 119 Jun 18 15:57 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 2380 Feb 1 01:43 attach_gdb.lib -rw-r--r-- 1 root root 1481 Jun 18 17:55 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4239 Jun 18 17:55 __azurite_db_blob__.json -rw-r--r-- 1 root root 36553 Jun 18 17:56 azurite_log lrwxrwxrwx 1 root root 7 Sep 12 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 Jun 18 17:55 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 292 Jun 18 15:57 broken_tests.json drwxr-xr-x 14 root root 3840 Jun 18 17:55 dev -rwxr-xr-x 1 root root 0 Jun 18 17:55 .dockerenv drwxr-xr-x 1 root root 4096 Jun 18 17:55 etc drwxr-xr-x 1 1000 1000 4096 Jun 18 17:55 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 12 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 12 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 12 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 12 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 26927256 Feb 1 02:05 mc drwxr-xr-x 2 root root 4096 Sep 12 2024 media -rwxr-xr-x 1 root root 103174296 Feb 1 02:03 minio drwxr-xr-x 4 root root 4096 Jun 18 17:55 minio_data drwxr-xr-x 2 root root 4096 Sep 12 2024 mnt drwxr-xr-x 1 root root 4096 Feb 1 01:44 opt -rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Jun 18 17:55 package_folder dr-xr-xr-x 319 root root 0 Jun 18 17:55 proc -rwxrwxr-x 1 root root 9627 Feb 1 01:43 process_functional_tests_result.py -rw-rw-r-- 1 root root 837 Feb 1 01:43 requirements.txt drwx------ 1 root root 4096 Jun 18 17:56 root drwxr-xr-x 1 root root 4096 Jun 18 17:55 run -rwxrwxr-x 1 root root 22124 Feb 1 01:43 run.sh lrwxrwxrwx 1 root root 8 Sep 12 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 747 Jun 18 17:55 script.gdb -rwxrwxr-x 1 root root 10374 Feb 1 01:43 setup_export_logs.sh -rwxrwxr-x 1 root root 360 Feb 1 01:43 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3456 Feb 1 01:43 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 12 2024 srv -rw-rw-r-- 1 root root 14015 Feb 1 01:43 stress_tests.lib dr-xr-xr-x 13 root root 0 Jun 18 17:55 sys drwxrwxr-x 2 1000 1000 4096 Jun 18 17:56 test_output drwxrwxrwt 1 root root 4096 Jun 18 17:57 tmp drwxr-xr-x 1 root root 4096 Sep 12 2024 usr -rw-rw-r-- 1 root root 897 Feb 1 01:43 utils.lib drwxr-xr-x 1 root root 4096 Sep 12 2024 var + /process_functional_tests_result.py 2025-06-18 17:57:25,235 File /analyzer_tech_debt.txt with broken tests found 2025-06-18 17:57:25,235 File /broken_tests.json with broken tests found 2025-06-18 17:57:25,235 Broken tests in the list: 4 2025-06-18 17:57:25,235 Find files in result folder test_result.txt,gdb.log,run.log,minio.log,hdfs_minicluster.log 2025-06-18 17:57:25,238 Is flaky check: False 2025-06-18 17:57:25,238 Result parsed 2025-06-18 17:57:25,238 Result written + clickhouse-client -q 'system flush logs' Detach all logs replication + stop_logs_replication + echo 'Detach all logs replication' + clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')' + tee /dev/stderr + timeout --preserve-status --signal TERM --kill-after 5m 15m xargs -n1 -r -i clickhouse-client --query 'drop table {}' xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value + failed_to_save_logs=0 + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.query_log into outfile '\''/test_output/query_log.tsv.zst'\'' format TSVWithNamesAndTypes' + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.zookeeper_log into outfile '\''/test_output/zookeeper_log.tsv.zst'\'' format TSVWithNamesAndTypes' + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.trace_log into outfile '\''/test_output/trace_log.tsv.zst'\'' format TSVWithNamesAndTypes' + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.transactions_info_log into outfile '\''/test_output/transactions_info_log.tsv.zst'\'' format TSVWithNamesAndTypes' + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.metric_log into outfile '\''/test_output/metric_log.tsv.zst'\'' format TSVWithNamesAndTypes' + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.blob_storage_log into outfile '\''/test_output/blob_storage_log.tsv.zst'\'' format TSVWithNamesAndTypes' + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.error_log into outfile '\''/test_output/error_log.tsv.zst'\'' format TSVWithNamesAndTypes' + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + sleep 1 + clickhouse-client -q 'SYSTEM FLUSH ASYNC INSERT QUEUE' + clickhouse-client -q 'SELECT log FROM minio_audit_logs ORDER BY event_time INTO OUTFILE '\''/test_output/minio_audit_logs.jsonl.zst'\'' FORMAT JSONEachRow' + clickhouse-client -q 'SELECT log FROM minio_server_logs ORDER BY event_time INTO OUTFILE '\''/test_output/minio_server_logs.jsonl.zst'\'' FORMAT JSONEachRow' + sudo clickhouse stop script.gdb:13: Error in sourced command file: No stack. /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 598. The process with pid = 598 is running. Sent terminate signal to process with pid 598. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 598. The process with pid = 598 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 598. The process with pid = 598 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 598. The process with pid = 598 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 598. The process with pid = 598 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 598. The process with pid = 598 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 598. The process with pid = 598 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 598. The process with pid = 598 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 598. The process with pid = 598 does not exist. Server stopped + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + kill 1469 + rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log API: SYSTEM.config Time: 07:57:36 UTC 06/18/2025 DeploymentID: d9f20eca-1059-4535-ad5f-4365ab72006c Error: unable to send webhook log entry to 'minio-http-audit-ch_audit_webhook' err 'http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString returned 'Post "http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString": dial tcp 127.0.0.1:8123: connect: connection refused', please check your endpoint configuration' (*fmt.wrapError) 4: internal/logger/logonce.go:64:logger.(*logOnceType).logOnceConsoleIf() 3: internal/logger/logonce.go:157:logger.LogOnceConsoleIf() 2: cmd/logging.go:132:cmd.configLogOnceConsoleIf() 1: internal/logger/target/http/http.go:416:http.(*Target).startQueueProcessor() + : + rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log + : + data_path_config=--path=/var/lib/clickhouse/ + zstd --threads=0 + [[ -n '' ]] + '[' 0 -ne 0 ']' + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''CPU'\'' group by trace order by samples desc settings allow_introspection_functions = 1 + zstd --threads=0 format TabSeparated' + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Memory'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Real'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + check_logs_for_critical_errors + sed -n '/WARNING:.*anitizer/,/^$/p' /var/log/clickhouse-server/stderr.log + rg -Fav -e 'ASan doesn'\''t fully support makecontext/swapcontext functions' -e DB::Exception /test_output/tmp + echo -e 'No sanitizer asserts\tOK\t\N\t' + rm -f /test_output/tmp + rg -Fa ' Application: Child process was terminated by signal 9' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.log + echo -e 'No OOM messages in clickhouse-server.log\tOK\t\N\t' + rg -Fa 'Code: 49. DB::Exception: ' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.log + echo -e 'No logical errors\tOK\t\N\t' + '[' -s /test_output/logical_errors.txt ']' + rm /test_output/logical_errors.txt + rg --text 'Code: 499.*The specified key does not exist' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.log + grep -v a.myext + echo -e 'No lost s3 keys\tOK\t\N\t' + rg -Fa 'it is lost forever' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.log + grep SharedMergeTreePartCheckThread + echo -e 'No SharedMergeTree lost forever in clickhouse-server.log\tOK\t\N\t' + '[' -s /test_output/no_such_key_errors.txt ']' + rm /test_output/no_such_key_errors.txt + rg -Fa '########################################' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.log + echo -e 'Not crashed\tOK\t\N\t' + rg -Fa ' ' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.log + echo -e 'No fatal messages in clickhouse-server.log\tOK\t\N\t' + '[' -s /test_output/fatal_messages.txt ']' + rm /test_output/fatal_messages.txt + rg -Faz '########################################' /test_output/blob_storage_log.tsv.zst /test_output/check_status.tsv /test_output/clickhouse-server.log.zst /test_output/error_log.tsv.zst /test_output/gdb.log /test_output/hdfs_minicluster.log /test_output/metric_log.tsv.zst /test_output/minio_audit_logs.jsonl.zst /test_output/minio.log /test_output/minio_server_logs.jsonl.zst /test_output/query_log.tsv.zst /test_output/run.log /test_output/test_results.tsv /test_output/test_result.txt /test_output/trace-log-CPU-flamegraph.tsv.zst /test_output/trace-log-Memory-flamegraph.tsv.zst /test_output/trace-log-Real-flamegraph.tsv.zst /test_output/trace_log.tsv.zst /test_output/transactions_info_log.tsv.zst /test_output/zookeeper_log.tsv.zst + rg -Fa ' received signal ' /test_output/gdb.log + dmesg -T + grep -q -F -e 'Out of memory: Killed process' -e 'oom_reaper: reaped process' -e oom-kill:constraint=CONSTRAINT_NONE /test_output/dmesg.log + echo -e 'No OOM in dmesg\tOK\t\N\t' + rm /var/log/clickhouse-server/clickhouse-server.log + mv /var/log/clickhouse-server/stderr.log /test_output/ + [[ -n '' ]] + tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + rm -rf /var/lib/clickhouse/data/system/asynchronous_insert_log/ /var/lib/clickhouse/data/system/asynchronous_metric_log/ /var/lib/clickhouse/data/system/backup_log/ /var/lib/clickhouse/data/system/blob_storage_log/ /var/lib/clickhouse/data/system/crash_log/ /var/lib/clickhouse/data/system/error_log/ /var/lib/clickhouse/data/system/filesystem_cache_log/ /var/lib/clickhouse/data/system/metric_log/ /var/lib/clickhouse/data/system/opentelemetry_span_log/ /var/lib/clickhouse/data/system/part_log/ /var/lib/clickhouse/data/system/processors_profile_log/ /var/lib/clickhouse/data/system/query_log/ /var/lib/clickhouse/data/system/query_thread_log/ /var/lib/clickhouse/data/system/query_views_log/ /var/lib/clickhouse/data/system/s3queue_log/ /var/lib/clickhouse/data/system/session_log/ /var/lib/clickhouse/data/system/text_log/ /var/lib/clickhouse/data/system/trace_log/ /var/lib/clickhouse/data/system/transactions_info_log/ /var/lib/clickhouse/data/system/zookeeper_log/ + tar -chf /test_output/store.tar /var/lib/clickhouse/store tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + tar -chf /test_output/metadata.tar /var/lib/clickhouse/metadata/default.sql /var/lib/clickhouse/metadata/information_schema.sql /var/lib/clickhouse/metadata/INFORMATION_SCHEMA.sql /var/lib/clickhouse/metadata/system.sql /var/lib/clickhouse/metadata/test_cvzwlfly.sql /var/lib/clickhouse/metadata/test_dcfx0m6c.sql /var/lib/clickhouse/metadata/test_g0s8dfwv.sql /var/lib/clickhouse/metadata/test_i0hgx4s7.sql /var/lib/clickhouse/metadata/test_jf359e6z.sql /var/lib/clickhouse/metadata/test_kvexw69j.sql /var/lib/clickhouse/metadata/test_o583e9yj.sql /var/lib/clickhouse/metadata/test_rh4nfqly.sql /var/lib/clickhouse/metadata/test_rp6nw2oq.sql /var/lib/clickhouse/metadata/test.sql tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + collect_core_dumps + find . -type f -maxdepth 1 -name 'core.*' + read -r core